From 9dab9186e517fc63e2e6b3226c1e26734daa718e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:05:08 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c7bed7ddb..6a4451cf5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,10 +6,9 @@ ":separateMultipleMajorReleases", "helpers:pinGitHubActionDigests" ], - "baseBranches": [ + "baseBranchPatterns": [ "feature/beta-release", "development" - ], "postUpdateOptions": ["npmDedupe"], "timezone": "America/New_York", @@ -247,20 +246,24 @@ ], "github-actions": { - "fileMatch": ["^\\.github/skills/examples/.*\\.ya?ml$"] + "managerFilePatterns": [ + "/^\\.github/skills/examples/.*\\.ya?ml$/" + ] }, "packageRules": [ { "description": "THE MEGAZORD: Group ALL non-major updates (NPM, Docker, Go, Actions) into one PR", - "matchPackagePatterns": ["*"], "matchUpdateTypes": [ "minor", "patch", "pin", "digest" ], - "groupName": "non-major-updates" + "groupName": "non-major-updates", + "matchPackageNames": [ + "*" + ] }, { "description": "Feature branches: Auto-merge non-major updates after proven stable",