Skip to content

Commit 9dcf43d

Browse files
Merge pull request #354 from jiridanek/jd_groups_updates
Group Go security updates from Dependabot across {odh-}notebook-contr…
2 parents 832f9d1 + 1b82e57 commit 9dcf43d

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)