diff --git a/renovate.json b/renovate.json index 9a7df05..da64710 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,17 @@ { "extends": ["config:recommended"], "enabledManagers": ["docker-compose"], + "onboarding": false, - "includePaths": ["examples/**"], + "ignorePaths": [ + "**/node_modules/**", + "**/bower_components/**", + "**/vendor/**", + "**/__tests__/**", + "**/test/**", + "**/tests/**", + "**/__fixtures__/**" + ], "docker-compose": { "fileMatch": [