mirror of
https://github.com/noodlapp/noodl-cloudservice.git
synced 2026-01-10 14:22:52 +01:00
11 lines
349 B
YAML
11 lines
349 B
YAML
# 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
|