From 0b5f83a9b52f3bd1adf0faa09ee87d5c9ef1625a Mon Sep 17 00:00:00 2001 From: undefined Date: Sat, 27 Jul 2024 09:55:11 +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 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c52afc9..2ad7ce5 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" : [ @@ -69,6 +70,26 @@ "^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" + ] } ] }