TShock/renovate.json
Lucas Nicodemus 620bd9c4f3
Tell renovate to batch updates for OTAPI things
This should make it one PR for ModFramework and OTAPI
2022-10-06 01:37:26 -07:00

17 lines
343 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchPackageNames": ["OTAPI.Upcoming", "ModFramework"],
"ignoreUnstable": "false",
"bumpVersion": "prerelease",
"groupName": "OTAPI things"
}
]
}