Create renovate.json

This commit is contained in:
aggarwalakshun
2025-04-15 05:54:28 +05:30
committed by GitHub
parent d9cfd68905
commit bc064e9517

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": ["\\.yml$"]
}
}