From 9bbe192f11d121d3870fc8c923de9710f749f436 Mon Sep 17 00:00:00 2001 From: Hannes Michalek Date: Fri, 19 Apr 2024 12:34:49 +0200 Subject: [PATCH] Fix renovate schedule, switch to json5 for comments --- renovate.json => renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename renovate.json => renovate.json5 (62%) diff --git a/renovate.json b/renovate.json5 similarity index 62% rename from renovate.json rename to renovate.json5 index c526b18..0c58a55 100644 --- a/renovate.json +++ b/renovate.json5 @@ -14,10 +14,10 @@ "minor", "patch" ], - "schedule": "[every weekday]", // branch creation + "schedule": ["every weekday"], // branch creation "automerge": true, - "platformAutomerge": false, - "automergeType": "branch" + "platformAutomerge": false, // this would require more repository setup + "automergeType": "branch" // only create PRs if tests fail (or stall) } ] } \ No newline at end of file