mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Add renovate groups. (#2868)
This commit is contained in:
parent
e87dab45ba
commit
711e36602e
@ -2,5 +2,19 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"packageRules" : [
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName" : "GitHub Actions"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["swift", "cocoapods"],
|
||||
"groupName" : "Swift"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["bundler"],
|
||||
"groupName" : "Ruby"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user