ignore templates directory in renovate.json

This commit is contained in:
Mans Ziesel 2024-10-24 18:07:14 +00:00
parent 270462c339
commit e2b782439b

View File

@ -15,5 +15,8 @@
], ],
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.yaml$"] "fileMatch": ["\\.yaml$"]
} },
"ignorePaths": [
"templates"
]
} }