cluster.fun/renovate.json
Marcus Noble 8635996517
Added renovate.json
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-06-10 08:25:46 +01:00

22 lines
434 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"platformAutomerge": true,
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"rebaseWhen": "behind-base-branch",
"ignorePaths": [
"terraform"
],
"ansible": {
"enabled": false
},
"terraform": {
"enabled": false
},
"kubernetes": {
"fileMatch": ["manifests/.+\\.yaml$"]
}
}