mirror of
https://github.com/helm/helm.git
synced 2026-08-05 15:40:40 +00:00
use dependabot's group support for k8s.io dependencies
Signed-off-by: Joe Julian <me@joejulian.name>
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user