From d7ff5696ccba02fa14ba85d9335a1049fd514f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Wed, 21 Jan 2026 20:54:01 +0900 Subject: [PATCH 1/3] feat: auto merge dev-dependencies --- .github/renovate/base.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate/base.json5 b/.github/renovate/base.json5 index 6a51cb9..cb0d181 100644 --- a/.github/renovate/base.json5 +++ b/.github/renovate/base.json5 @@ -32,7 +32,7 @@ { description: "Pin prettier", matchPackageNames: ["prettier"], - rangeStrategy: "pin", + rangeStrategy: "pin", // TODO }, ], } From 69dcfe8fd51600ad13aa4516c7c3c2f03617073b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Sun, 25 Jan 2026 18:13:05 +0900 Subject: [PATCH 2/3] wip: automerge --- .github/renovate/base.json5 | 5 ++++- .github/renovate/eslint-base.json5 | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate/base.json5 b/.github/renovate/base.json5 index cb0d181..f958678 100644 --- a/.github/renovate/base.json5 +++ b/.github/renovate/base.json5 @@ -16,6 +16,7 @@ description: "Use the deps:actions label for github-action manager updates (this means Renovate's github-action manager).", addLabels: ["deps:actions"], matchManagers: ["github-actions"], + automerge: true, }, { description: "Pin 3rd-party actions", @@ -23,6 +24,7 @@ addLabels: ["deps:actions"], matchManagers: ["github-actions"], matchPackageNames: ["!actions/**", "!github/**"], + automerge: true, }, { description: "Use the deps:npm label for npm manager packages (this means Renovate's npm manager).", @@ -32,7 +34,8 @@ { description: "Pin prettier", matchPackageNames: ["prettier"], - rangeStrategy: "pin", // TODO + rangeStrategy: "pin", + automerge: true, }, ], } diff --git a/.github/renovate/eslint-base.json5 b/.github/renovate/eslint-base.json5 index 8e87d2e..7ffea70 100644 --- a/.github/renovate/eslint-base.json5 +++ b/.github/renovate/eslint-base.json5 @@ -8,6 +8,7 @@ groupSlug: "non-major-dev-deps", matchDepTypes: ["devDependencies"], matchUpdateTypes: ["minor", "patch"], + automerge: true, }, { description: "Update ESLint packages together.", From d289ca81840cf689c130681d7f066d7e9d76c7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Wed, 4 Feb 2026 16:50:37 +0900 Subject: [PATCH 3/3] wip --- .github/renovate/base.json5 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/renovate/base.json5 b/.github/renovate/base.json5 index f958678..c2298b8 100644 --- a/.github/renovate/base.json5 +++ b/.github/renovate/base.json5 @@ -16,7 +16,6 @@ description: "Use the deps:actions label for github-action manager updates (this means Renovate's github-action manager).", addLabels: ["deps:actions"], matchManagers: ["github-actions"], - automerge: true, }, { description: "Pin 3rd-party actions", @@ -24,7 +23,6 @@ addLabels: ["deps:actions"], matchManagers: ["github-actions"], matchPackageNames: ["!actions/**", "!github/**"], - automerge: true, }, { description: "Use the deps:npm label for npm manager packages (this means Renovate's npm manager).",