mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-29 17:55:34 +01:00
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
{
|
|
"packageRules": [
|
|
{
|
|
"description": "Auto merge container digests",
|
|
"matchDatasources": ["docker"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"requiredStatusChecks": null,
|
|
"matchUpdateTypes": ["digest"],
|
|
"matchPackagePatterns": ["ghcr.io/onedr0p", "ghcr.io/auricom"]
|
|
},
|
|
{
|
|
"description": "Auto merge containers",
|
|
"matchDatasources": ["docker"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"requiredStatusChecks": null,
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchPackageNames": ["ghcr.io/onedr0p/prowlarr-nightly"]
|
|
},
|
|
{
|
|
"description": "Auto merge containers (patch only)",
|
|
"matchDatasources": ["docker"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"requiredStatusChecks": null,
|
|
"matchUpdateTypes": ["patch"],
|
|
"matchPackageNames": ["ghcr.io/auricom/kubectl"]
|
|
},
|
|
{
|
|
"description": "Auto merge GitHub Actions",
|
|
"matchDatasources": ["github-tags"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"requiredStatusChecks": null,
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchPackageNames": [
|
|
"lycheeverse/lychee-action",
|
|
"renovatebot/github-action"
|
|
]
|
|
}
|
|
]
|
|
}
|