Browse Source

feat: add ignorePaths to renovate.json

pull/5822/head
Wing-Kam Wong 1 year ago
parent
commit
8fc0bff458
  1. 9
      renovate.json

9
renovate.json

@ -21,5 +21,14 @@
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
],
"ignorePaths": [
"**/node_modules/**",
"**/nc-cli/**",
"**/nc-lib-gui/**",
"**/nc-plugin/**",
"**/nocodb-legacy/**",
"**/test/**",
"**/tests/**"
]
}

Loading…
Cancel
Save