From bb1cbdb111650c57980d45af09e60eb554853fa0 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 13 Jul 2026 01:39:13 -0400 Subject: [PATCH] Add other unimportant dependencies to matchFileNames on renovate.json Signed-off-by: Suguru Hirahara --- .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 84f8c6f30..625245af3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -35,7 +35,13 @@ }, { "matchFileNames": [ - "flake.lock" + ".github/workflows/close-stale-issues.yml", + ".github/workflows/lock-threads.yml", + ".github/workflows/matrix.yml", + ".github/workflows/update-translations.yml", + "flake.lock", + "i18n/requirements.txt", + "mise.toml" ], "automerge": true }