add renovate workflow
This commit is contained in:
20
renovate.json
Normal file
20
renovate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"prHourlyLimit": 0,
|
||||
"ignorePaths": [
|
||||
"**/disabled/**"
|
||||
],
|
||||
"flux": {
|
||||
"managerFilePatterns": [
|
||||
"/\\.yml$/"
|
||||
]
|
||||
},
|
||||
"kubernetes": {
|
||||
"managerFilePatterns": [
|
||||
"/\\.yml$/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user