Merge pull request #1800 from GSA/update-dependabot

Update dependabot.yml config
This commit is contained in:
Kenneth Kehl
2024-08-05 11:35:23 -07:00
committed by GitHub

View File

@@ -3,14 +3,14 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 3
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: 'npm'
directory: '/'
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'daily'
versioning-strategy: 'increase'
interval: "daily"
versioning-strategy: increase