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 212031a commit b49f9f1Copy full SHA for b49f9f1
.github/dependabot.yml
@@ -1,17 +1,19 @@
1
version: 2
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"
9
10
updates:
11
- package-ecosystem: "github-actions"
12
directory: "/"
- schedule:
- # Check for updates on Sunday, 8PM UTC
- interval: "weekly"
- day: "sunday"
- time: "20:00"
13
+ patterns: ["*"]
14
+ multi-ecosystem-group: "dependencies"
15
16
- package-ecosystem: "pip"
17
18
19
0 commit comments