TShock/renovate.json
Lucas Nicodemus 184dfb7724
Permit batching TSAPI, OTAPI, and ModFW
This should mean 1 PR updates three things using renovate.
2022-10-06 01:42:24 -07:00

17 lines
364 B
JSON

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