mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-08-10 02:42:45 +02:00
2634711dd3
Playwright browser binaries on this NixOS system are managed by nixpkgs playwright.browsers (currently 1.61.1, browser revision 1228). Renovate bumped @playwright/test to 1.62.0 (revision 1234) which has no matching browser binary in the Nix store. Pin to exact 1.61.1 (no caret) and disable Renovate updates for this package via renovate.json packageRules.
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"description": "Pinned to match nixpkgs playwright.browsers; see shell.nix",
|
|
"matchPackageNames": ["@playwright/test"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|