Skip to content

Commit

Permalink
Bump included cypress image to match NPM version
Browse files Browse the repository at this point in the history
NB: The NPM package is actually on v9.7.0, but ≥9.5.4 upgrades Chrome to v100 and does not run in GitHub Actions ([perhaps due to memory problems?](cypress-io/cypress#21135))

#patch
  • Loading branch information
gregtyler committed Jun 6, 2022
1 parent 3130a3c commit ce2dce8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,39 @@ updates:
pull-request-branch-name:
separator: "-"

- package-ecosystem: "docker"
directory: "/docker/cypress"
schedule:
interval: "daily"
time: "10:00"
timezone: "Europe/London"
commit-message:
prefix: "#patch"
pull-request-branch-name:
separator: "-"

- package-ecosystem: "docker"
directory: "/docker/pact-stub"
schedule:
interval: "daily"
time: "10:00"
timezone: "Europe/London"
commit-message:
prefix: "#patch"
pull-request-branch-name:
separator: "-"

- package-ecosystem: "docker"
directory: "/docker/puppeteer"
schedule:
interval: "daily"
time: "10:00"
timezone: "Europe/London"
commit-message:
prefix: "#patch"
pull-request-branch-name:
separator: "-"

- package-ecosystem: "docker"
directory: "/docker/sirius-user-management"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion docker/cypress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:5.2.0
FROM cypress/included:9.5.3

WORKDIR /root

Expand Down

0 comments on commit ce2dce8

Please sign in to comment.