Skip to content

Commit a1ca3f0

Browse files
committed
[CP-Sec] Enable dependabot rule for github-actions
1 parent 0e6ce2f commit a1ca3f0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
version: 2
3+
updates:
4+
# Enable version updates for Github Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "monthly"
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"
13+
reviewers:
14+
- "codeplaysoftware/security-managers"

0 commit comments

Comments
 (0)