Beam/renovate.json

24 lines
430 B
JSON
Raw Normal View History

2024-05-17 10:06:16 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
2024-05-20 14:34:39 +01:00
],
"labels" : [
"pr-misc"
],
2024-05-20 14:34:39 +01:00
"packageRules" : [
{
"matchManagers": ["github-actions"],
"groupName" : "GitHub Actions"
},
{
"matchManagers": ["swift", "cocoapods"],
"groupName" : "Swift"
},
{
"matchManagers": ["bundler"],
"groupName" : "Ruby"
}
2024-05-17 10:06:16 +00:00
]
}