Skip to content

Commit b49f9f1

Browse files
authored
Dependabot config and cron update (#10)
1 parent 212031a commit b49f9f1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
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+
210
updates:
311
- package-ecosystem: "github-actions"
412
directory: "/"
5-
schedule:
6-
# Check for updates on Sunday, 8PM UTC
7-
interval: "weekly"
8-
day: "sunday"
9-
time: "20:00"
13+
patterns: ["*"]
14+
multi-ecosystem-group: "dependencies"
1015

1116
- package-ecosystem: "pip"
1217
directory: "/"
13-
schedule:
14-
# Check for updates on Sunday, 8PM UTC
15-
interval: "weekly"
16-
day: "sunday"
17-
time: "20:00"
18+
patterns: ["*"]
19+
multi-ecosystem-group: "dependencies"

0 commit comments

Comments
 (0)