Merge pull request #12254 from openlayers/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot
This commit is contained in:
Tim Schaub
2021-04-28 11:58:28 -07:00
committed by GitHub
2 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
# See https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
version_requirement_updates: "increase_versions_if_necessary"

8
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary