From f293d83ea04b2c4f65f00b452b6fd1e84e81799a Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Mon, 31 Jul 2023 17:28:11 +0200 Subject: [PATCH] feat(renovate): update package rules in `.renovaterc.json` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 🤖 --- .renovaterc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.renovaterc.json b/.renovaterc.json index 217b679..5d0c711 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -41,6 +41,11 @@ } ], "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", "matchPackageNames": ["kube-prometheus-stack"],