Files
Compose-Examples/renovate.json
2026-02-17 19:54:45 +01:00

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
}