Add renovate.json
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-07-05 12:14:28 +00:00
parent a40aadfce9
commit e0c46dc5a2

12
renovate.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [
"**/disabled/**"
],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}