Files
auricom-home-cluster/.github/renovate/autoMerge.json
2022-08-02 15:23:53 +02:00

17 lines
387 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",
"oxsecurity/megalinter"
]
}
]
}