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"], },