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