Skip to content

Commit

Permalink
fix dependabot.yml groupings again
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Cox <brcox@redhat.com>
  • Loading branch information
bryan-cox committed Nov 28, 2023
1 parent 1afefcc commit 4f542f7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ updates:
schedule:
interval: "weekly"
groups:
dependencies:
github-dependencies:
patterns:
- "github*"
- "go.uber*"
golang-dependencies:
patterns:
- "golang*"
- "gopkg.*"
k8s-dependencies:
patterns:
- "k8s.*"
- "kubevirt.*"
- "sigs.k8s*"
misc-dependencies:
patterns:
- "go.uber*"
- "gopkg.*"
- "gotest*"
- "honnef*"
- "kubevirt.*"

0 comments on commit 4f542f7

Please sign in to comment.