feat(renovate): update package rules in .renovaterc.json
- Add new rule for `k3s-io/k3s`, `argo-cd` and `argocd-apps` packages
- add note in PR body for manual intervention required for these updates
🤖
This commit is contained in:
parent
ee09827d5d
commit
f293d83ea0
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Merged updates not applied by gitops",
|
||||||
|
"matchPackageNames": ["k3s-io/k3s", "argo-cd", "argocd-apps"],
|
||||||
|
"prBodyNotes": [":warning: **Manual Intervention**: This update needs manual deployment. Please review and take appropriate action."]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Separate minor and patch updates - Prometheus",
|
"description": "Separate minor and patch updates - Prometheus",
|
||||||
"matchPackageNames": ["kube-prometheus-stack"],
|
"matchPackageNames": ["kube-prometheus-stack"],
|
||||||
|
|
Loading…
Reference in a new issue