From 99c0491cb5d4e4842b663497cd34b9bf3cae7660 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 17 Mar 2025 03:28:37 -0700 Subject: [PATCH] ci: update renovate config --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 4b61eb30..0e7294f8 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,9 @@ "config:recommended", ":preserveSemverRanges" ], + "timezone": "Etc/UTC", + "includeForks": true, + "baseBranches": ["main"], "prCreation": "immediate", "rebaseWhen": "conflicted", "rebaseLabel": "AC › Needs Rebase",