Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #990 from matrix-org/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
jmartinesp authored Jul 3, 2024
2 parents 3ba6e01 + 057e40a commit c4187e4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules" : [
{
"matchManagers": ["github-actions"],
"groupName" : "GitHub Actions"
},
{
"matchManagers": ["swift", "cocoapods"],
"groupName" : "Swift"
},
{
"matchManagers": ["gradle"],
"groupName" : "Android"
},
{
"matchManagers": ["ruby-version"],
"groupName" : "Ruby"
},
{
"matchManagers": ["npm"],
"groupName" : "Web"
},
{
"matchManagers": ["cargo"],
"groupName" : "Rust"
}
]
}

0 comments on commit c4187e4

Please sign in to comment.