From c4a6b56e274145c0ff50918a86a3b197214b6816 Mon Sep 17 00:00:00 2001 From: nkoji21 <133028205+nkoji21@users.noreply.github.com> Date: Sat, 30 May 2026 19:20:34 +0900 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E3=83=84=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=81=AE=E5=85=AC=E9=96=8B=E5=BE=85=E6=A9=9F?= =?UTF-8?q?=E6=9C=9F=E9=96=93=E3=82=92=E5=BB=B6=E3=81=B0=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- .github/renovate.json5 | 9 ++++++++- mise/config.toml | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1898e4c..3df5189 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,7 +7,14 @@ "automerge": true, // 安定版を待つ - "minimumReleaseAge": "3 days", + "minimumReleaseAge": "14 days", + "internalChecksFilter": "strict", + + // 脆弱性修正は待たずにPRを作る + "vulnerabilityAlerts": { + "enabled": true, + "addLabels": ["security"] + }, // ロックファイルメンテナンス無効 "lockFileMaintenance": { diff --git a/mise/config.toml b/mise/config.toml index 4a0ca53..e50ee11 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,3 +1,6 @@ +[settings] +minimum_release_age = "14d" + [tools] go = "1.26.3" node = "25.9.0"