diff --git a/renovate.json b/renovate.json5 similarity index 90% rename from renovate.json rename to renovate.json5 index d2d46fb..8476699 100644 --- a/renovate.json +++ b/renovate.json5 @@ -10,16 +10,17 @@ "semanticCommitType": "fix" }, { + "automerge": true, + "automergeType": "branch", // Directly merge to the branch without PR "description": "Automerge renovate updates", + "ignoreTests": true "matchPackageNames": ["ghcr.io/renovatebot/renovate"], "matchUpdateTypes": ["minor", "patch", "digest"], - "automerge": true, - "ignoreTests": true }, { "description": "Update renovate only daily", - "matchDepNames": ["ghcr.io/renovatebot/renovate"], "extends": ["schedule:daily"] + "matchDepNames": ["ghcr.io/renovatebot/renovate"], } ] }