From fc219667bb7126d63d7878d2cc836f75c2cd52e2 Mon Sep 17 00:00:00 2001 From: Venkata Krishna Rohit Sakala Date: Wed, 19 Feb 2025 14:11:51 -0800 Subject: [PATCH] Update renovate.json to ignore packages --- .github/renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 83fa0b33f..2aca63fd5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,5 +13,17 @@ "helm-values", "regex", "gomod" + ], + "packageRules": [ + { + "matchPackageNames": [ + "k8s.io/**", + "sigs.k8s.io/**", + "go.opentelemetry.io/**", + "github.com/prometheus/**", + "github.com/rancher/rancher/pkg/apis" + ], + "enabled": false + } ] }