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" + ] } ] }