mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
25 lines
431 B
JSON
25 lines
431 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels" : [
|
|
"pr-misc"
|
|
],
|
|
"packageRules" : [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"groupName" : "GitHub Actions"
|
|
},
|
|
{
|
|
"matchManagers": ["swift", "cocoapods"],
|
|
"groupName" : "Swift"
|
|
},
|
|
{
|
|
"matchManagers": ["bundler"],
|
|
"groupName" : "Ruby"
|
|
}
|
|
]
|
|
}
|
|
|