Skip to content

Commit 3de34e5

Browse files
committed
[CP-Sec] Enable dependabot for GitHub actions
1 parent 6b2cef8 commit 3de34e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)