Skip to content

Commit

Permalink
[CP-Sec] Dependabot PRs to be reviewed by Security managers team
Browse files Browse the repository at this point in the history
  • Loading branch information
carlewis committed May 28, 2024
1 parent d4a2411 commit 11718c5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,15 @@ updates:
versions: ["4.x", "5.x"]
# For all packages, ignore all patch updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
update-types: ["version-update:semver-patch"]
# Enable version updates for Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
reviewers:
- "codeplaysoftware/security-managers"

0 comments on commit 11718c5

Please sign in to comment.