Skip to content

Commit

Permalink
chore: group dependabot k8s libs bumps (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Sep 13, 2024
1 parent ea6dcb3 commit e06f347
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 @@ -4,6 +4,18 @@ updates:
directory: /
schedule:
interval: daily
# Create a group of dependencies to be updated together in one pull request
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: github-actions
directory: /
schedule:
Expand Down

0 comments on commit e06f347

Please sign in to comment.