Add renovate groups. (#2868)

This commit is contained in:
Doug 2024-05-20 14:34:39 +01:00 committed by GitHub
parent e87dab45ba
commit 711e36602e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}