mirror of
https://github.com/noodlapp/noodl-cloudservice.git
synced 2026-01-11 06:42:54 +01:00
feat: Add dependabot (#6)
This commit is contained in:
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
# Always increase the version requirement
|
||||||
|
# to match the new version.
|
||||||
|
versioning-strategy: increase
|
||||||
Reference in New Issue
Block a user