add renovatebot

This commit is contained in:
2025-12-28 06:28:54 +05:30
parent e3409bc1e0
commit 9e9fb76146
3 changed files with 58 additions and 0 deletions

21
renovate.json Normal file
View 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$/"
]
}
}