Skip to content

Commit 9d87a5f

Browse files
committed
switches dependabot to cron
migrates dependabot update schedule from daily/monthly to cron for more precise control.
1 parent 2364a3e commit 9d87a5f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ updates:
77
prefix: "(sdk)"
88
directory: "/"
99
schedule:
10-
interval: daily
10+
interval: cron
11+
cronjob: "0 12 * * *"
1112
- package-ecosystem: nuget
1213
labels:
1314
- "dependencies"
@@ -38,7 +39,8 @@ updates:
3839
- "/new-cli"
3940
- "/src"
4041
schedule:
41-
interval: daily
42+
interval: cron
43+
cronjob: "0 12 * * *"
4244
open-pull-requests-limit: 10
4345

4446
- package-ecosystem: github-actions
@@ -52,7 +54,8 @@ updates:
5254
- "actions/*"
5355
directory: "/"
5456
schedule:
55-
interval: daily
57+
interval: cron
58+
cronjob: "0 12 * * *"
5659

5760
- package-ecosystem: npm
5861
labels:
@@ -65,4 +68,5 @@ updates:
6568
- "remark*"
6669
directory: "/"
6770
schedule:
68-
interval: monthly
71+
interval: cron
72+
cronjob: "0 12 1,15 * *"

0 commit comments

Comments
 (0)