Skip to content

Commit

Permalink
🔄 synced file(s) with RakambdaOrg/rakambda-github-files (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: undefined <zerderr@gmail.com>
  • Loading branch information
couchoud-t and Rakambda committed Jun 22, 2024
1 parent e29bbf0 commit 603db9f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
],
"enabledManagers" : [
"dockerfile",
"maven",
"nuget",
"pip_requirements",
"github-actions",
"gradle",
"gradle-wrapper"
],
"dependencyDashboard" : false,
Expand Down Expand Up @@ -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:*"
]
}
]
}

0 comments on commit 603db9f

Please sign in to comment.