Skip to content

Commit 1b82e57

Browse files
committed
Group Go security updates from Dependabot across {odh-}notebook-controller into single pull request
1 parent 4bc5b76 commit 1b82e57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ updates:
2222
interval: "weekly"
2323
commit-message:
2424
prefix: "fix(deps)"
25+
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
26+
groups:
27+
go:
28+
applies-to: security-updates
2529

2630
- package-ecosystem: "gomod"
2731
open-pull-requests-limit: 0
@@ -30,3 +34,6 @@ updates:
3034
interval: "weekly"
3135
commit-message:
3236
prefix: "fix(deps)"
37+
groups:
38+
go:
39+
applies-to: security-updates

0 commit comments

Comments
 (0)