Skip to content

Commit 21f25fb

Browse files
authored
fix composite action.yml dependabot (#1430)
2 parents 8f6d4a2 + 55cd146 commit 21f25fb

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

.github/dependabot.yml

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,47 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions" # See documentation for possible values
4-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
github_actions:
9+
patterns:
10+
- "*"
11+
- package-ecosystem: "github-actions"
12+
directory: "/actions/cargo-install-upload-artifacts"
13+
schedule:
14+
interval: "weekly"
15+
groups:
16+
github_actions:
17+
patterns:
18+
- "*"
19+
- package-ecosystem: "github-actions"
20+
directory: "/actions/cargo-llvm-cov"
21+
schedule:
22+
interval: "weekly"
23+
groups:
24+
github_actions:
25+
patterns:
26+
- "*"
27+
- package-ecosystem: "github-actions"
28+
directory: "/actions/cargo-publish"
29+
schedule:
30+
interval: "weekly"
31+
groups:
32+
github_actions:
33+
patterns:
34+
- "*"
35+
- package-ecosystem: "github-actions"
36+
directory: "/actions/post"
37+
schedule:
38+
interval: "weekly"
39+
groups:
40+
github_actions:
41+
patterns:
42+
- "*"
43+
- package-ecosystem: "github-actions"
44+
directory: "/actions/setup-rust"
545
schedule:
646
interval: "weekly"
747
groups:

0 commit comments

Comments
 (0)