mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 17:55:35 +02:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"extends": ["config:recommended"],
|
|
"enabledManagers": ["docker-compose"],
|
|
|
|
"requireConfig": "ignored",
|
|
|
|
"docker-compose": {
|
|
"fileMatch": [
|
|
"^examples/.+/(docker-)?compose\\.ya?ml$",
|
|
"^examples/.+/docker-compose\\.ya?ml$"
|
|
]
|
|
},
|
|
|
|
"separateMajorMinor": true,
|
|
"separateMinorPatch": true,
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0
|
|
}
|