Add other unimportant dependencies to matchFileNames on renovate.json

Signed-off-by: Suguru Hirahara <did:key:z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
Suguru Hirahara
2026-07-13 01:39:13 -04:00
parent f8ea906c19
commit bb1cbdb111
+7 -1
View File
@@ -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
}