From 0f8f505cef6caff8ae93c7cfb8c300aa87ad36fb Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 20 Aug 2024 19:45:23 -0500 Subject: [PATCH] json --> json5 and silent merges thx --- renovate.json => renovate.json5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename renovate.json => renovate.json5 (90%) 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"], } ] }