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:
parent
98fb40df69
commit
1c82d82b37
|
@ -1,10 +1,18 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
day: "saturday"
|
||||||
|
time: "03:00"
|
||||||
|
timezone: "America/New_York"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
day: "saturday"
|
||||||
|
time: "03:00"
|
||||||
|
timezone: "America/New_York"
|
||||||
|
|
Loading…
Reference in New Issue