From e1da8f69386285c9910c87cc5a898b56e9ea7359 Mon Sep 17 00:00:00 2001 From: undefined Date: Sat, 27 Jul 2024 09:59:05 +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 | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c52afc9..6b47025 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,7 +16,8 @@ "pip_requirements", "github-actions", "gradle", - "gradle-wrapper" + "gradle-wrapper", + "cargo" ], "dependencyDashboard" : false, "excludeCommitPaths" : [ @@ -37,7 +38,7 @@ "groupName" : "RestSharp", "matchPackagePatterns" : [ "^restsharp$", - "^restsharp\." + "^restsharp\\." ] }, { @@ -47,7 +48,7 @@ "groupName" : "OpenCVSharp4", "matchPackagePrefixes" : [ "^opencvsharp4$", - "^opencvsharp4\." + "^opencvsharp4\\." ] }, { @@ -56,7 +57,7 @@ ], "groupName" : "Log4j", "matchPackagePatterns" : [ - "^org\.apache\.logging\.log4j:" + "^org\\.apache\\.logging\\.log4j:" ] }, { @@ -65,9 +66,29 @@ ], "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:" + ] + }, + { + "matchManagers" : [ + "github-actions" + ], + "groupName" : "Actions artifacts", + "matchPackagePatterns" : [ + "actions/download-artifact", + "actions/upload-artifact" + ] + }, + { + "matchManagers" : [ + "github-actions" + ], + "groupName" : "Actions artifacts", + "matchPackagePatterns" : [ + "actions/download-artifact", + "actions/upload-artifact" ] } ]