feat(renovate): add AutoMerge for prometheus patch releases
This commit is contained in:
parent
1187de30af
commit
d70dea103f
1 changed files with 14 additions and 0 deletions
|
@ -39,5 +39,19 @@
|
||||||
"matchStringsStrategy": "combination",
|
"matchStringsStrategy": "combination",
|
||||||
"datasourceTemplate": "helm"
|
"datasourceTemplate": "helm"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Separate minor and patch updates - Prometheus",
|
||||||
|
"matchPackageNames": ["kube-prometheus-stack"],
|
||||||
|
"separateMinorPatch": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "AutoMerge patch releases - Prometheus",
|
||||||
|
"matchPackageNames": ["kube-prometheus-stack"],
|
||||||
|
"matchUpdateTypes": ["patch"],
|
||||||
|
"automerge": true,
|
||||||
|
"ignoreTests": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue