Add renovate groups. (#2868)

This commit is contained in:
Doug
2024-05-20 14:34:39 +01:00
committed by GitHub
parent 9fc36c5f61
commit 59455215fa

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