1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-25 09:29:43 +00:00

Testing matchSourceUrls

This commit is contained in:
Jonathan Crowther 2024-04-10 16:20:08 -04:00
parent 657f141055
commit bdce9d362f

View File

@ -9,8 +9,11 @@
"packageRules": [ "packageRules": [
{ {
"groupName": "rancher repositories", "groupName": "rancher repositories",
"matchPackagePatterns": [ "matchSourceUrls": [
"github.com/rancher" "https://github.com/rancher/wrangler/v2",
"https://github.com/rancher/dynamiclistener",
"https://github.com/rancher/apiserver",
"https://github.com/rancher/norman"
] ]
} }
] ]