discordBots/renovate.json

14 lines
248 B
JSON
Raw Normal View History

2023-08-18 14:34:43 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
2023-08-18 16:51:44 +00:00
],
"packageRules": [
{
"groupName": "go",
"matchPackageNames": ["golang"],
"separateMinorPatch": true
}
2023-08-18 14:34:43 +00:00
]
}