mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 18:38:40 +00:00
chore: add dependabot groups for k8s and otel (#11116)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
ea19244876
commit
2d5b6dae45
1 changed files with 7 additions and 0 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -5,6 +5,13 @@ updates:
|
|||
schedule:
|
||||
interval: daily
|
||||
rebase-strategy: disabled
|
||||
groups:
|
||||
kubernetes:
|
||||
patterns:
|
||||
- k8s.io/*
|
||||
otel:
|
||||
patterns:
|
||||
- go.opentelemetry.io/*
|
||||
- package-ecosystem: github-actions
|
||||
directories:
|
||||
- /
|
||||
|
|
Loading…
Add table
Reference in a new issue