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