Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
Loading