From bdce9d362f6babc9ce9d0dd7269821dee466ac6c Mon Sep 17 00:00:00 2001 From: Jonathan Crowther Date: Wed, 10 Apr 2024 16:20:08 -0400 Subject: [PATCH] Testing matchSourceUrls --- .github/renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6866b50d..940d2327 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,8 +9,11 @@ "packageRules": [ { "groupName": "rancher repositories", - "matchPackagePatterns": [ - "github.com/rancher" + "matchSourceUrls": [ + "https://github.com/rancher/wrangler/v2", + "https://github.com/rancher/dynamiclistener", + "https://github.com/rancher/apiserver", + "https://github.com/rancher/norman" ] } ]