chore(config): migrate renovate config (#543)
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9505750e29
commit
025bea9965
1 changed files with 9 additions and 5 deletions
|
|
@ -1,17 +1,21 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"baseBranches": [
|
||||||
|
"dev"
|
||||||
],
|
],
|
||||||
"baseBranches": ["dev"],
|
|
||||||
"prHourlyLimit": 9,
|
"prHourlyLimit": 9,
|
||||||
"bumpVersion": "prerelease",
|
"bumpVersion": "prerelease",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"excludePackagePatterns": [ "Extensions" ],
|
|
||||||
"matchPackagePrefixes": [ "DisCatSharp" ],
|
|
||||||
"groupName": "discatsharp",
|
"groupName": "discatsharp",
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
|
"matchPackageNames": [
|
||||||
|
"!/Extensions/",
|
||||||
|
"DisCatSharp{/,}**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"git-submodules": {
|
"git-submodules": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue