Added renovate.json

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-06-10 08:25:46 +01:00
parent a950778692
commit 8635996517
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 21 additions and 0 deletions

21
renovate.json Normal file
View File

@ -0,0 +1,21 @@
{
"$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$"]
}
}