We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65fd78 commit 8c200beCopy full SHA for 8c200be
2 files changed
.github/dependabot.yml
@@ -1,7 +1,29 @@
1
---
2
version: 2
3
+
4
+multi-ecosystem-groups:
5
+ nix-all:
6
+ schedule:
7
+ interval: weekly
8
9
updates:
10
+ - package-ecosystem: "nix"
11
+ directory: "/"
12
+ patterns:
13
+ - "*"
14
+ multi-ecosystem-group: "nix-all"
15
16
17
+ directory: "/ci"
18
19
20
21
22
- package-ecosystem: "github-actions"
23
directory: "/"
24
schedule:
25
interval: "weekly"
26
+ groups:
27
+ github-actions:
28
29
.github/workflows/update.yml
0 commit comments