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 6513fb4 commit 4ad2d2dCopy full SHA for 4ad2d2d
1 file changed
.github/dependabot.yml
@@ -3,9 +3,10 @@ version: 2
3
multi-ecosystem-groups:
4
dependencies:
5
schedule:
6
- # Check for updates on the first Sunday of every month, 8PM UTC
7
- interval: "cron"
8
- cronjob: "0 20 * * sun#1"
+ # Check for updates on Sunday, 8PM UTC
+ interval: "weekly"
+ day: "sunday"
9
+ time: "20:00"
10
11
updates:
12
- package-ecosystem: "github-actions"
0 commit comments