Migrate config .github/renovate.json

This commit is contained in:
renovate[bot]
2024-10-29 10:46:20 +00:00
committed by GitHub
parent 06cbbecdb6
commit 072ca13bcb
+9 -9
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:recommended"
], ],
"enabledManagers": [ "enabledManagers": [
"docker-compose", "docker-compose",
@@ -137,16 +137,16 @@
"versioning": "semver" "versioning": "semver"
}, },
{ {
"packagePatterns": [ "versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})",
"^minio" "matchPackageNames": [
], "/^minio/"
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})" ]
}, },
{ {
"packagePatterns": [ "versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$",
"^diygod/rsshub" "matchPackageNames": [
], "/^diygod/rsshub/"
"versioning": "regex:^(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})$" ]
}, },
{ {
"matchFileNames": [ "matchFileNames": [