Skip to content

Commit

Permalink
Update playwright flake with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
raphiz committed Dec 12, 2024
1 parent dd8a481 commit 562e621
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@
],
"automerge": true
}
],
"regexManagers": [
{
"fileMatch": ["flake\\.nix$"],
"matchStrings": [
"playwright\\.url\\s*=\\s*\"github:pietdevries94/playwright-web-flake/(?<currentValue>[^\"]+)\";"
],
"datasourceTemplate": "npm",
"depNameTemplate": "playwright"
}
]
}

0 comments on commit 562e621

Please sign in to comment.