We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f862c + 65d9835 commit 5eb979eCopy full SHA for 5eb979e
.github/dependabot.yaml
@@ -4,9 +4,11 @@ updates:
4
- package-ecosystem: "cargo"
5
directory: "/"
6
schedule:
7
- interval: "monthly"
+ interval: "cron"
8
+ cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC
9
10
- package-ecosystem: "github-actions"
11
12
13
14
0 commit comments