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