chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
24 lines
435 B
JSON
24 lines
435 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"baseBranches": [
|
|
"dev"
|
|
],
|
|
"prHourlyLimit": 9,
|
|
"bumpVersion": "prerelease",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "discatsharp",
|
|
"automerge": true,
|
|
"matchPackageNames": [
|
|
"!/Extensions/",
|
|
"DisCatSharp{/,}**"
|
|
]
|
|
}
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
}
|
|
}
|