From 5a73ffcea7031f835352a8bc28627c4d589f6b76 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Tue, 3 Oct 2023 00:51:12 +0900 Subject: [PATCH] update: renovate config --- .github/renovate.json5 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f53a2d5..d03879a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,7 +19,7 @@ "assignees": ["Okabe-Junya"], - "labels": ["dependencies", "renovate", "bot"], + "labels": ["dependencies", "renovate", "bot", "release: none"], "dependencyDashboard": true, @@ -34,16 +34,15 @@ }, { "matchUpdateTypes": ["major"], - "addLabels": ["bump: major"] + "addLabels": ["chore: major"] }, { "matchUpdateTypes": ["minor"], - "addLabels": ["bump: minor"] + "addLabels": ["chore: minor"] }, { "matchUpdateTypes": ["patch"], - "addLabels": ["bump: patch"], - "automerge": true + "addLabels": ["chore: patch"] }, { "commitMessageTopic": "Node.js",