Skip to content

Commit

Permalink
renovate.json: add regex for cypress docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Oct 20, 2024
1 parent 77af5cb commit 9f1e23d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
],
"automerge": false,
"groupName": "cypress"
},
{
"matchDepNames": [
"cypress/included"
],
"versioning": "regex:^cypress-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-node-(.*)-chrome-(.*)-edge-(.*)@(?<digest>.*)$"
}
],
"customManagers": [
Expand Down

0 comments on commit 9f1e23d

Please sign in to comment.