diff --git a/renovate.json b/renovate.json index a7360f17..e5bc528f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,15 @@ { "extends": ["config:base"], "enabledManagers": ["cargo", "npm"], + "ignorePaths": [ + "**/node_modules/**", + "**/bower_components/**", + "**/vendor/**", + "**/__tests__/**", + "**/test/**", + "**/tests/**", + "**/__fixtures__/**" + ], "packageRules": [ { "description": "Disable node/pnpm version updates",