From be28ab88ac15a7e13701ac3851fc9e28e13a7681 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 31 Mar 2026 12:56:37 +0200 Subject: [PATCH] Rename renovate.json to renovate.json5 Co-Authored-By: Claude (Opus 4.6) --- renovate.json => renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => renovate.json5 (87%) diff --git a/renovate.json b/renovate.json5 similarity index 87% rename from renovate.json rename to renovate.json5 index beadbc389b..f0c4696bd2 100644 --- a/renovate.json +++ b/renovate.json5 @@ -4,5 +4,5 @@ "enabledManagers": ["github-actions"], "labels": ["modifies/dependencies"], "minimumReleaseAge": "5 days", - "branchPrefix": "renovate/" + "branchPrefix": "renovate/", }