Skip to content

Commit

Permalink
🔄 synced file(s) with RakambdaOrg/rakambda-github-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Jul 27, 2024
1 parent 760385d commit 0b5f83a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .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 Down Expand Up @@ -69,6 +70,26 @@
"^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 0b5f83a

Please sign in to comment.