17 lines
343 B
JSON
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"
|
|
}
|
|
]
|
|
}
|