From d4c1ab636f541c69066e988a8bf53cda81e87cdc Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 31 Jul 2025 09:51:59 +0200 Subject: [PATCH] chore(renovate): ignore `node_modules` --- renovate.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 6fbdba64..35fe2b42 100644 --- a/renovate.json +++ b/renovate.json @@ -3,16 +3,11 @@ "extends": ["local>forgejo/renovate-config"], "prConcurrentLimit": 1, "packageRules": [ - { - "description": "Disable act test data", - "matchFileNames": ["**/testdata/**"], - "enabled": false - }, { "description": "Separate minor and patch for some packages", "matchDepNames": ["github.com/rhysd/actionlint"], "separateMinorPatch": true } ], - "ignorePaths": [] + "ignorePaths": ["**/node_modules/**"] }