From 864eee486b501fce8e932cccb12918dfb0b30b87 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 14 Nov 2024 11:44:36 -0500 Subject: [PATCH] Ignore modules with Renovate too (#348) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0364a956..1f8c3612 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>bitwarden/renovate-config"], "enabledManagers": ["dockerfile", "github-actions", "npm", "nuget", "pipenv"], - "ignorePaths": ["version-bump/tests/fixtures/**"], + "ignorePaths": ["version-bump/tests/fixtures/**", "**/node_modules/**"], "packageRules": [ { "additionalBranchPrefix": "{{parentDir}}-",