Update renovate.json

This commit is contained in:
2025-09-16 15:16:03 +08:00
committed by GitHub
parent a517fdb9ec
commit 42ab3cb32c
+5 -4
View File
@@ -5,10 +5,7 @@
], ],
"forkProcessing": "enabled", "forkProcessing": "enabled",
"rebaseWhen": "never", "rebaseWhen": "never",
"prConcurrentLimit": 20, "prConcurrentLimit": 30,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
"enabledManagers": [ "enabledManagers": [
"docker-compose", "docker-compose",
"github-actions" "github-actions"
@@ -39,6 +36,10 @@
"automergeStrategy": "squash", "automergeStrategy": "squash",
"prCreation": "immediate" "prCreation": "immediate"
}, },
{
"matchUpdateTypes": ["major"],
"automerge": false
},
{ {
"matchFileNames": [ "matchFileNames": [
"apps/postgresql/pg*/*.yml" "apps/postgresql/pg*/*.yml"