From 6712fc1b657096d8a297ba3d281c7f451dfcdc9c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2026 05:48:22 +0000 Subject: [PATCH] fix: update baseBranches formatting and add ignorePaths for Docker --- .github/renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 15a4f9d6..9c3e190d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,7 +9,7 @@ "baseBranches": [ "feature/beta-release", "development" - + ], "timezone": "America/New_York", "dependencyDashboard": true, @@ -19,6 +19,10 @@ "dependencies" ], + "ignorePaths": [ + ".docker/**" + ], + "rebaseWhen": "auto", "vulnerabilityAlerts": {