Skip to content

Commit

Permalink
Synchronizing file .github/renovate.json from RakambdaOrg/rakambda-gi…
Browse files Browse the repository at this point in the history
…thub-files (run 12376069841 | #53)
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent dee97a5 commit 9721c86
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}

0 comments on commit 9721c86

Please sign in to comment.