Beam/renovate.json
2024-05-20 14:34:39 +01:00

21 lines
396 B
JSON

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