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:
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user