From d0a7ec5270f801c31cc1cf535c31811556820e15 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 16 Jul 2024 08:09:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Rakamb?= =?UTF-8?q?daOrg/rakambda-github-files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index be59c7f..c52afc9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -36,8 +36,8 @@ ], "groupName" : "RestSharp", "matchPackagePatterns" : [ - "restsharp", - "restsharp.*" + "^restsharp$", + "^restsharp\." ] }, { @@ -45,9 +45,9 @@ "nuget" ], "groupName" : "OpenCVSharp4", - "matchPackagePatterns" : [ - "opencvsharp4", - "opencvsharp4.*" + "matchPackagePrefixes" : [ + "^opencvsharp4$", + "^opencvsharp4\." ] }, { @@ -56,7 +56,7 @@ ], "groupName" : "Log4j", "matchPackagePatterns" : [ - "org.apache.logging.log4j:*" + "^org\.apache\.logging\.log4j:" ] }, { @@ -65,9 +65,9 @@ ], "groupName" : "Google API", "matchPackagePatterns" : [ - "com.google.api-client:*", - "com.google.oauth-client:*", - "com.google.apis:*" + "^com\.google\.api-client:", + "^com\.google\.oauth-client:", + "^com\.google\.apis:" ] } ]