Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 1c82d82

Browse files
authoredJul 22, 2020
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
1 parent 98fb40d commit 1c82d82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4+
versioning-strategy: increase-if-necessary
45
directory: "/"
56
schedule:
67
interval: "weekly"
8+
day: "saturday"
9+
time: "03:00"
10+
timezone: "America/New_York"
711
- package-ecosystem: "npm"
12+
versioning-strategy: increase-if-necessary
813
directory: "/"
914
schedule:
1015
interval: "weekly"
16+
day: "saturday"
17+
time: "03:00"
18+
timezone: "America/New_York"

0 commit comments

Comments
 (0)
This repository has been archived.