mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-29 01:36:43 +01:00
17 lines
387 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|