Skip to content

Commit 11718c5

Browse files
committed
[CP-Sec] Dependabot PRs to be reviewed by Security managers team
1 parent d4a2411 commit 11718c5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,15 @@ updates:
4040
versions: ["4.x", "5.x"]
4141
# For all packages, ignore all patch updates
4242
- dependency-name: "*"
43-
update-types: ["version-update:semver-patch"]
43+
update-types: ["version-update:semver-patch"]
44+
# Enable version updates for Github Actions
45+
- package-ecosystem: "github-actions"
46+
directory: "/"
47+
schedule:
48+
interval: "monthly"
49+
groups:
50+
github-actions:
51+
patterns:
52+
- "*"
53+
reviewers:
54+
- "codeplaysoftware/security-managers"

0 commit comments

Comments
 (0)