Skip to content

Commit

Permalink
Group dependabot docker updates
Browse files Browse the repository at this point in the history
Allow dependabot to include multiple docker updates in a single PR
to reduce the number of PRs opened (reducing CI overhead) since we
usually want to update them all anyway, and there are a few duplicates
such as the git image used in both the release pipeline and import
resources feature.
  • Loading branch information
AlanGreene authored and tekton-robot committed Nov 11, 2024
1 parent 9b47cc0 commit 8884689
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
groups:
all:
patterns:
- "*"
labels:
- "area/dependency"
- "dependencies"
Expand Down

0 comments on commit 8884689

Please sign in to comment.