mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 10:05:36 +02:00
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"enabledManagers": ["docker-compose"],
|
|
"onboarding": false,
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/vendor/**"
|
|
],
|
|
"docker-compose": {
|
|
"fileMatch": [
|
|
"^examples/.+/(?:docker-)?compose\\.ya?ml$"
|
|
]
|
|
},
|
|
"separateMajorMinor": true,
|
|
"separateMinorPatch": true,
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 0
|
|
}
|