From 9721c862cfa03711b695f1ed5f324dc07f70f15c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 16:30:09 +0100 Subject: [PATCH] Synchronizing file .github/renovate.json from RakambdaOrg/rakambda-github-files (run 12376069841 | #53) --- .github/renovate.json | 92 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..8a1677e --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,92 @@ +{ + "$schema" : "https://docs.renovatebot.com/renovate-schema.json", + "assignees" : [ + "Rakambda" + ], + "extends" : [ + "config:base" + ], + "labels" : [ + "type: \uD83D\uDCDA dependencies" + ], + "enabledManagers" : [ + "github-actions", + "gradle-wrapper", + "cargo" + ], + "dependencyDashboard" : false, + "excludeCommitPaths" : [ + ".github/workflows/auto-approve-sync-files.yml" + ], + "ignorePaths" : [ + ".github/workflows/auto-approve-sync-files.yml" + ], + "timezone" : "Europe/Paris", + "schedule" : [ + "before 5am" + ], + "packageRules" : [ + { + "matchManagers" : [ + "nuget" + ], + "groupName" : "RestSharp", + "matchPackagePatterns" : [ + "^restsharp$", + "^restsharp\\.", + "^RestSharp$", + "^RestSharp\\." + ] + }, + { + "matchManagers" : [ + "nuget" + ], + "groupName" : "OpenCVSharp4", + "matchPackagePrefixes" : [ + "^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:" + ] + }, + { + "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" + ] + } + ] +}