1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00

fix: block renovate from updating package (#19138)

`actions/create-github-app-token` breaks test-browser-interactions.yml
if updated past v2.0.3 according to Autofill. This PR will pin the
verison untill the team can look into the issue.
This commit is contained in:
Andreas Coroiu
2026-02-23 16:39:51 +01:00
committed by GitHub
parent 74aec0b80c
commit 75b0112ce1

View File

@@ -542,6 +542,12 @@
},
// ==================== Special Version Constraints ====================
{
matchPackageNames: ["actions/create-github-app-token"],
matchFileNames: [".github/workflows/test-browser-interactions.yml"],
allowedVersions: "<= 2.0.3",
description: "Versions after v2.0.3 break the test-browser-interactions workflow. Remediation tracked in PM-28174.",
},
{
// Any versions of lowdb above 1.0.0 are not compatible with CommonJS.
matchPackageNames: ["lowdb"],