From 1c61e37f7f5bb4e72e82593224e6a439c7c4cfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 19:07:49 +0000 Subject: [PATCH] Migrate config .github/renovate.json5 --- .github/renovate.json5 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5603b118d..5f655147f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -49,17 +49,19 @@ enabled: false, description: 'Packages to be excluded from updates', matchPackageNames: [ - 'org.eclipse.jgit', // Android 13+ required for JGit v6.3+ + 'org.eclipse.jgit', ], }, { - description: "Ignore github-actions reference to android-password-store, prevent infinite PR loops such as #916", - matchManagers: ["github-actions"], + description: 'Ignore github-actions reference to android-password-store, prevent infinite PR loops such as #916', + matchManagers: [ + 'github-actions', + ], customType: 'regex', - matchPackagePatterns: [ - "/^.*android-password-store.*$/" + enabled: false, + matchPackageNames: [ + '//^.*android-password-store.*$//', ], - enabled: false }, ], customManagers: [