Files
auricom-home-cluster/.github/renovate/autoMerge.json
2022-01-22 01:18:29 +01:00

21 lines
441 B
JSON

{
"packageRules": [
{
"matchDatasources": [
"docker",
"github-tags"
],
"automerge": true,
"automergeType": "branch",
"requiredStatusChecks": null,
"matchUpdateTypes": [
"minor",
"patch"
],
"matchPackageNames": [
"ghcr.io/k8s-at-home/prowlarr-nightly",
"renovatebot/github-action"
]
}
]
}