Merge pull request #2848 from thornbill/update-dependabot-frequency

Update dependabot frequency to run weekly
This commit is contained in:
Anthony Lavado 2021-08-09 15:48:41 -04:00 committed by GitHub
commit af3e641d03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: npm
directory: / directory: /
schedule: schedule:
interval: monthly interval: weekly
open-pull-requests-limit: 10 open-pull-requests-limit: 10
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: '/' directory: /
schedule: schedule:
interval: monthly interval: weekly
open-pull-requests-limit: 10 open-pull-requests-limit: 10