{ "$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 }