Skip to content

Commit

Permalink
ci: group dependabot updates to one PR
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <[email protected]>
  • Loading branch information
wozniakjan committed Dec 13, 2024
1 parent 45f645f commit 18557cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
labels:
- enhancement
- dependency-management
groups:
all-updates:
patterns:
- "*"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -16,6 +20,10 @@ updates:
labels:
- enhancement
- dependency-management
groups:
all-updates:
patterns:
- "*"
- package-ecosystem: docker
directory: "/"
schedule:
Expand All @@ -24,3 +32,7 @@ updates:
labels:
- enhancement
- dependency-management
groups:
all-updates:
patterns:
- "*"

0 comments on commit 18557cf

Please sign in to comment.