mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
deps(gha): move GH Actions dependency upgrades to monthly freq (#305)
This commit is contained in:
parent
bbb3fccd8a
commit
31817b0922
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yaml
vendored
4
.github/dependabot.yaml
vendored
|
@ -10,14 +10,14 @@ updates:
|
||||||
# starting with kanister and go through additional validation.
|
# starting with kanister and go through additional validation.
|
||||||
- dependency-name: "k8s.io/*"
|
- dependency-name: "k8s.io/*"
|
||||||
- dependency-name: "sigs.k8s.io/*"
|
- dependency-name: "sigs.k8s.io/*"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 5
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
open-pull-requests-limit: 3
|
open-pull-requests-limit: 3
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
groups:
|
groups:
|
||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
|
|
Loading…
Reference in a new issue