We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f862c commit a4ee6a6Copy full SHA for a4ee6a6
.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 8-14 * 0" # Second Sunday of each month at 05:00 UTC
9
10
- package-ecosystem: "github-actions"
11
12
13
14
0 commit comments