diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 84ce0a92a..ed01bdc9a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -36,5 +36,8 @@ "acorn", // Keep using codemirror 5 "codemirror" + ], + "ignorePaths": [ + "**/node_modules/**" ] }