From d190e7d6aed4449f0259ad22839c850cd3f8c687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:47:47 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 75ec2ad..631f5c9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>DefGuard/ci-workflows//renovate/default.json"], - "baseBranches": ["dev", "main"] + "baseBranchPatterns": [ + "dev", + "main" + ] }