Skip to content

Commit

Permalink
🔄 synced file(s) with RakambdaOrg/rakambda-github-files (#43)
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 27, 2024
1 parent 767e180 commit 717d29f
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"pip_requirements",
"github-actions",
"gradle",
"gradle-wrapper"
"gradle-wrapper",
"cargo"
],
"dependencyDashboard" : false,
"excludeCommitPaths" : [
Expand All @@ -37,7 +38,7 @@
"groupName" : "RestSharp",
"matchPackagePatterns" : [
"^restsharp$",
"^restsharp\."
"^restsharp\\."
]
},
{
Expand All @@ -47,7 +48,7 @@
"groupName" : "OpenCVSharp4",
"matchPackagePrefixes" : [
"^opencvsharp4$",
"^opencvsharp4\."
"^opencvsharp4\\."
]
},
{
Expand All @@ -56,7 +57,7 @@
],
"groupName" : "Log4j",
"matchPackagePatterns" : [
"^org\.apache\.logging\.log4j:"
"^org\\.apache\\.logging\\.log4j:"
]
},
{
Expand All @@ -65,9 +66,29 @@
],
"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:"
]
},
{
"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"
]
}
]
Expand Down

0 comments on commit 717d29f

Please sign in to comment.