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 8520406
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
- FUNCTION_ENABLE_INCOGNITO_MODE=true

e2e:
image: cypress/included:cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1@sha256:f9733a2cadc3aa270e40f8ce1158a23cb99703476a9db7154b4ecc51ba02bd5c
image: cypress/included:cypress-13.13.0@sha256:f9733a2cadc3aa270e40f8ce1158a23cb99703476a9db7154b4ecc51ba02bd5c
profiles: ['e2e']
container_name: 'ecamp3-e2e'
environment:
Expand Down
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,16 @@
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).*?$",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": [
"^docker-compose.yml$"
],
"matchStrings": [
"image:\\s+'(?<depName>cypress/included):(?<currentValue>.*)@(?<currentDigest>.*)'\\s"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": [
Expand Down

0 comments on commit 8520406

Please sign in to comment.