Skip to content

Commit

Permalink
🔄 synced file(s) with RakambdaOrg/rakambda-github-files (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: undefined <[email protected]>
  • Loading branch information
couchoud-t and Rakambda authored Jul 16, 2024
1 parent 1a5322f commit c4b22a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
],
"groupName" : "RestSharp",
"matchPackagePatterns" : [
"restsharp",
"restsharp.*"
"^restsharp$",
"^restsharp\."
]
},
{
"matchManagers" : [
"nuget"
],
"groupName" : "OpenCVSharp4",
"matchPackagePatterns" : [
"opencvsharp4",
"opencvsharp4.*"
"matchPackagePrefixes" : [
"^opencvsharp4$",
"^opencvsharp4\."
]
},
{
Expand All @@ -56,7 +56,7 @@
],
"groupName" : "Log4j",
"matchPackagePatterns" : [
"org.apache.logging.log4j:*"
"^org\.apache\.logging\.log4j:"
]
},
{
Expand All @@ -65,9 +65,9 @@
],
"groupName" : "Google API",
"matchPackagePatterns" : [
"com.google.api-client:*",
"com.google.oauth-client:*",
"com.google.apis:*"
"^com\.google\.api-client:",
"^com\.google\.oauth-client:",
"^com\.google\.apis:"
]
}
]
Expand Down

0 comments on commit c4b22a7

Please sign in to comment.