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/**"] }