chore: add automerge for non-major dependency updates (#15)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7b61a9ddfa
commit
fd965d5c22
@ -9,6 +9,21 @@
|
||||
{
|
||||
"matchPackageNames": ["fluxcd/flux2", "projectcalico/calico"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["kubernetes/kubernetes"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"mikefarah/yq",
|
||||
"helm/helm",
|
||||
"kubernetes-sigs/kustomize",
|
||||
"yannh/kubeconform"
|
||||
],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user