Browse Source

Merge pull request #5822 from nocodb/renovate/configure

Configure Renovate
pull/5824/head
աɨռɢӄաօռɢ 1 year ago committed by GitHub
parent
commit
a399fb81ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 37
      renovate.json

37
renovate.json

@ -0,0 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":onlyNpm"
],
"baseBranches": [
"develop"
],
"packageRules": [
{
"matchBaseBranches": [
"develop"
],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
],
"ignorePaths": [
"**/node_modules/**",
"**/nc-cli/**",
"**/nc-lib-gui/**",
"**/nc-plugin/**",
"**/nocodb-legacy/**",
"**/test/**",
"**/tests/**",
"**/workflows/**",
"**/charts/**"
]
}
Loading…
Cancel
Save