mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #12348 from joejulian/group_k8s.io_updates
use dependabot's group support for k8s.io dependencies
This commit is contained in:
commit
387ba9c5b7
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -5,6 +5,14 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
groups:
|
||||
k8s.io:
|
||||
patterns:
|
||||
- "k8s.io/*"
|
||||
exclude-patterns:
|
||||
- "k8s.io/utils"
|
||||
- "k8s.io/klog/v2"
|
||||
- "k8s.io/kube-openapi"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue