From e1d9832ce0f6db18d04325988b41f9988992792c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 1 Jul 2024 15:49:24 +0800 Subject: [PATCH] fix: lint --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 926d5077..9b1b5d7e 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,10 @@ "packageRules": [ { "description": "Automerge non-major updates", - "matchUpdateTypes": ["minor", "patch"], + "matchUpdateTypes": [ + "minor", + "patch" + ], "matchCurrentVersion": "!/^0/", "automerge": true }