Skip to content

Commit

Permalink
fix dependabot config to group docker images (#4211)
Browse files Browse the repository at this point in the history
This is apparently required with the current implementation of multi dir PRs.

Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored Jul 3, 2024
1 parent 5f7cea3 commit 4895019
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ updates:
rebase-strategy: disabled
commit-message:
prefix: ":seedling:"
# currently needed to get PRs which actually update multiple directories in a single PR
# https://github.com/dependabot/dependabot-core/issues/2178#issuecomment-2109164992
groups:
golang:
patterns:
- "golang"
distroless:
patterns:
- "distroless/base"

0 comments on commit 4895019

Please sign in to comment.