Skip to content

Commit fab2076

Browse files
committed
chore: pin GitHub Actions to commit SHAs
1 parent 2cc36ef commit fab2076

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
version: 2
2+
updates:
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: "/"
13+
schedule:
14+
interval: "weekly"
15+
target-branch: "2.x"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
target-branch: "3.x"
25+
groups:
26+
github-actions:
27+
patterns:
28+
- "*"
29+
- package-ecosystem: "github-actions"
30+
directory: "/"
31+
schedule:
32+
interval: "weekly"
33+
target-branch: "5.x"
34+
groups:
35+
github-actions:
36+
patterns:
37+
- "*"

0 commit comments

Comments
 (0)