We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd97df commit 3622e54Copy full SHA for 3622e54
.github/dependabot.yml
@@ -3,9 +3,11 @@ updates:
3
- package-ecosystem: "cargo"
4
directory: "/"
5
schedule:
6
- interval: "monthly"
+ interval: "cron"
7
+ cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
8
9
- package-ecosystem: "github-actions"
10
11
12
13
0 commit comments