Skip to content

Commit 0dc417c

Browse files
authored
Set dependabot cooldown and schedule for 15th of each month (#162)
1 parent 192724d commit 0dc417c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "cron"
7+
cronjob: "0 1 15 * *" # 1am on 15th of each month
8+
cooldown:
9+
default-days: 14
710
labels:
811
- "type: Maintenance"
912
groups:
@@ -13,7 +16,10 @@ updates:
1316
- package-ecosystem: "pip"
1417
directory: "/"
1518
schedule:
16-
interval: "monthly"
19+
interval: "cron"
20+
cronjob: "0 1 15 * *" # 1am on 15th of each month
21+
cooldown:
22+
default-days: 14
1723
labels:
1824
- "type: Maintenance"
1925
groups:

0 commit comments

Comments
 (0)