We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192724d commit 0dc417cCopy full SHA for 0dc417c
.github/dependabot.yml
@@ -3,7 +3,10 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "monthly"
+ interval: "cron"
7
+ cronjob: "0 1 15 * *" # 1am on 15th of each month
8
+ cooldown:
9
+ default-days: 14
10
labels:
11
- "type: Maintenance"
12
groups:
@@ -13,7 +16,10 @@ updates:
13
16
- package-ecosystem: "pip"
14
17
15
18
19
20
21
22
23
24
25
0 commit comments