From 56a1d4959d3b5e2817146f92ad98a86913b581fd Mon Sep 17 00:00:00 2001 From: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:26:44 +0900 Subject: [PATCH] chore(renovate): fix syntax --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 01ac77d4..64b23e78 100644 --- a/renovate.json +++ b/renovate.json @@ -28,7 +28,7 @@ "matchUpdateTypes": ["minor", "patch"], "matchManagers": ["npm"], "matchFileNames": [".github/workflows/validate-renovate.yml"], - "matchDepNames": ["renovate"] + "matchDepNames": ["renovate"], "automerge": true } ]