mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 18:25:35 +02:00
28 lines
546 B
JSON
28 lines
546 B
JSON
{
|
|
"extends": ["config:recommended"],
|
|
"enabledManagers": ["docker-compose"],
|
|
"onboarding": false,
|
|
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"**/vendor/**",
|
|
"**/__tests__/**",
|
|
"**/test/**",
|
|
"**/tests/**",
|
|
"**/__fixtures__/**"
|
|
],
|
|
|
|
"docker-compose": {
|
|
"fileMatch": [
|
|
"^examples/.+/(docker-)?compose\\.ya?ml$",
|
|
"^examples/.+/docker-compose\\.ya?ml$"
|
|
]
|
|
},
|
|
|
|
"separateMajorMinor": true,
|
|
"separateMinorPatch": true,
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0
|
|
}
|