chore: add automerge for non-major dependency updates (#15)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-01-20 09:43:42 +01:00
parent 7b61a9ddfa
commit fd965d5c22
1 changed files with 15 additions and 0 deletions

View File

@ -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
}
]
}