From fc54f684db6b35f643a8d633867daa98531d872f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 20 Aug 2024 23:00:39 -0500 Subject: [PATCH] comma --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 895347c..ebe135c 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -13,7 +13,7 @@ "automerge": true, "automergeType": "branch", // Directly merge to the branch without PR "description": "Automerge renovate updates", - "ignoreTests": true + "ignoreTests": true, "matchPackageNames": ["ghcr.io/renovatebot/renovate"], "matchUpdateTypes": ["minor", "patch", "digest"], },