Beam/renovate.json
2024-08-05 09:38:51 +01:00

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