mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: update dependabot gomod config (#11164)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
1ab1897d2c
commit
d7d3efab3b
1 changed files with 4 additions and 1 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
directories:
|
||||
- /
|
||||
- /hack/chainsaw-matrix/
|
||||
- /hack/controller-gen/
|
||||
schedule:
|
||||
interval: daily
|
||||
rebase-strategy: disabled
|
||||
|
|
Loading…
Reference in a new issue