There was an error while loading. Please reload this page.
2 parents b0a3893 + e0fd31e commit 7a4baf9Copy full SHA for 7a4baf9
1 file changed
.github/dependabot.yml
@@ -2,18 +2,28 @@ version: 2
2
3
updates:
4
- package-ecosystem: "github-actions"
5
- directory: "/"
+ directories:
6
+ - "/"
7
+ - "/.github/actions/*"
8
schedule:
- interval: "monthly"
9
+ interval: monthly
10
groups:
11
github-actions:
12
patterns:
13
- "*"
14
15
+ - package-ecosystem: "docker"
16
+ schedule:
17
18
+ directory: "/"
19
+ groups:
20
+ docker:
21
+ patterns: ["*"]
22
+
23
- package-ecosystem: "cargo"
24
directory: "/"
25
- interval: "weekly"
26
+ interval: weekly
27
open-pull-requests-limit: 0
28
29
rust-security:
0 commit comments