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