2024-03-22 08:04:23 -05:00
|
|
|
{
|
2024-09-05 16:21:42 -05:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"description": "Auto merge container digests",
|
|
|
|
"matchDatasources": ["docker"],
|
|
|
|
"automerge": true,
|
|
|
|
"automergeType": "branch",
|
|
|
|
"matchUpdateTypes": ["digest"],
|
2024-10-17 20:45:29 -05:00
|
|
|
"matchPackagePrefixes": ["ghcr.io/onedr0p", "ghcr.io/bjw-s", "ghcr.io/bjw-s-labs"],
|
2024-09-05 16:21:42 -05:00
|
|
|
"ignoreTests": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"description": "Auto merge KPS minors and patches",
|
|
|
|
"matchDatasources": ["helm"],
|
|
|
|
"automerge": true,
|
|
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
|
|
"matchDepNames": ["kube-prometheus-stack"],
|
|
|
|
"ignoreTests": false
|
|
|
|
}
|
|
|
|
]
|
2024-09-04 13:35:14 -05:00
|
|
|
}
|