Update renovate.json
This commit is contained in:
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
@@ -5,10 +5,7 @@
|
||||
],
|
||||
"forkProcessing": "enabled",
|
||||
"rebaseWhen": "never",
|
||||
"prConcurrentLimit": 20,
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
"platformAutomerge": true,
|
||||
"prConcurrentLimit": 30,
|
||||
"enabledManagers": [
|
||||
"docker-compose",
|
||||
"github-actions"
|
||||
@@ -31,7 +28,7 @@
|
||||
"**/minio/2025-04-22/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
{
|
||||
"matchUpdateTypes": ["patch", "minor"],
|
||||
"automerge": true,
|
||||
"automergeType": "pr",
|
||||
@@ -39,6 +36,10 @@
|
||||
"automergeStrategy": "squash",
|
||||
"prCreation": "immediate"
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
"apps/postgresql/pg*/*.yml"
|
||||
|
||||
Reference in New Issue
Block a user