From 603db9f34d69c0a90d50fbc26f22d947c78e8f06 Mon Sep 17 00:00:00 2001 From: Thomas <108809129+couchoud-t@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:48:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Rakamb?= =?UTF-8?q?daOrg/rakambda-github-files=20(#302)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: undefined --- .github/renovate.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index f3f89421..be59c7f4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,9 +11,11 @@ ], "enabledManagers" : [ "dockerfile", + "maven", "nuget", "pip_requirements", "github-actions", + "gradle", "gradle-wrapper" ], "dependencyDashboard" : false, @@ -47,6 +49,26 @@ "opencvsharp4", "opencvsharp4.*" ] + }, + { + "matchManagers" : [ + "gradle" + ], + "groupName" : "Log4j", + "matchPackagePatterns" : [ + "org.apache.logging.log4j:*" + ] + }, + { + "matchManagers" : [ + "gradle" + ], + "groupName" : "Google API", + "matchPackagePatterns" : [ + "com.google.api-client:*", + "com.google.oauth-client:*", + "com.google.apis:*" + ] } ] }