Skip to content

Commit

Permalink
chore: group dependabot k8s libs bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Sep 12, 2024
1 parent 2869b5b commit 0bf330d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ updates:
interval: daily
labels:
- dependencies
groups:
# Specify a name for the group, which will be used in pull request titles and branch names
k8s.io:
# Define patterns to include dependencies in the group (based on dependency name)
applies-to: version-updates # Applies the group rule to version updates
patterns:
- "k8s.io/*"
exclude-patterns:
- k8s.io/klog/*
- k8s.io/utils
- k8s.io/kube-openapi
- package-ecosystem: gomod
directory: /third_party/
schedule:
Expand Down

0 comments on commit 0bf330d

Please sign in to comment.