mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
fix: automerge config
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["docker-compose"],
|
||||
"automerge": false,
|
||||
"labels": ["Type:Dependencies", "docker"]
|
||||
},
|
||||
{
|
||||
@@ -16,7 +15,8 @@
|
||||
{
|
||||
"matchBaseBranches": ["stable-4.0"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["postgres"],
|
||||
|
||||
Reference in New Issue
Block a user