mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: configure dependabot to work with composite actions (#10975)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
f89eca87da
commit
de3aa98015
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -6,7 +6,9 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directories:
|
||||||
|
- /
|
||||||
|
- /.github/actions/*/
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
|
|
Loading…
Add table
Reference in a new issue