From 0e405feb8f57592f2c311568787daafeb7b82328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 06:45:03 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c23016c..9f0b544 100644 --- a/renovate.json +++ b/renovate.json @@ -11,8 +11,10 @@ { "description": "Do not pin internal monta-app GitHub Actions — these intentionally track @main", "matchManagers": ["github-actions"], - "matchPackagePatterns": ["^monta-app/"], - "pinDigests": false + "pinDigests": false, + "matchPackageNames": [ + "/^monta-app//" + ] } ] }