Added renovate.json
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
a950778692
commit
8635996517
21
renovate.json
Normal file
21
renovate.json
Normal 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$"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user