feat: exclude workflows and charts in renovate.json

This commit is contained in:
Wing-Kam Wong
2023-06-06 22:02:51 +08:00
parent f1e89e4a3c
commit b4277cbadb

View File

@@ -30,6 +30,8 @@
"**/nc-plugin/**",
"**/nocodb-legacy/**",
"**/test/**",
"**/tests/**"
"**/tests/**",
"**/workflows/**",
"**/charts/**"
]
}