Update dependabot.yml

+ Check for updates on a day when there is likely more time for them to be dealt with
+ Only apply version changes if they are not already covered by the configured qualifiers
This commit is contained in:
James Sumners 2020-07-22 07:58:47 -04:00 committed by GitHub
parent 98fb40df69
commit 1c82d82b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,10 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
versioning-strategy: increase-if-necessary
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "03:00"
timezone: "America/New_York"
- package-ecosystem: "npm"
versioning-strategy: increase-if-necessary
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "03:00"
timezone: "America/New_York"