discordBots/renovate.json
2023-08-18 18:51:44 +02:00

13 lines
248 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"groupName": "go",
"matchPackageNames": ["golang"],
"separateMinorPatch": true
}
]
}