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: [