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 13f3c8c commit fb688e8Copy full SHA for fb688e8
.github/dependabot.yml
@@ -4,7 +4,6 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- # Check for updates on Sunday, 8PM UTC
8
- interval: "weekly"
9
- day: "sunday"
10
- time: "20:00"
+ # Check for updates on the first Sunday of every month, 8PM UTC
+ interval: "cron"
+ cronjob: "0 20 * * sun#1"
0 commit comments