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:
renovate[bot] 2025-02-23 04:28:42 +01:00 committed by GitHub
parent 9505750e29
commit 025bea9965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"baseBranches": [
"dev"
],
"baseBranches": ["dev"],
"prHourlyLimit": 9,
"bumpVersion": "prerelease",
"packageRules": [
{
"excludePackagePatterns": [ "Extensions" ],
"matchPackagePrefixes": [ "DisCatSharp" ],
"groupName": "discatsharp",
"automerge": true
"automerge": true,
"matchPackageNames": [
"!/Extensions/",
"DisCatSharp{/,}**"
]
}
],
"git-submodules": {