mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
make the dependabot k8s.io group explicit
Signed-off-by: Joe Julian <me@joejulian.name>
This commit is contained in:
parent
387ba9c5b7
commit
ca3a05ec42
1 changed files with 7 additions and 5 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
|
@ -8,11 +8,13 @@ updates:
|
|||
groups:
|
||||
k8s.io:
|
||||
patterns:
|
||||
- "k8s.io/*"
|
||||
exclude-patterns:
|
||||
- "k8s.io/utils"
|
||||
- "k8s.io/klog/v2"
|
||||
- "k8s.io/kube-openapi"
|
||||
- "k8s.io/api"
|
||||
- "k8s.io/apiextensions-apiserver"
|
||||
- "k8s.io/apimachinery"
|
||||
- "k8s.io/apiserver"
|
||||
- "k8s.io/cli-runtime"
|
||||
- "k8s.io/client-go"
|
||||
- "k8s.io/kubectl"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Reference in a new issue