From 5c879b05109450754197fd282045ff94de638770 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sat, 22 Mar 2025 20:40:40 +0900 Subject: [PATCH] ci: include `examples` and `test` on renovate (#7714) --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) 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/**" ] }