Automate package update and release with Cypress + Renovate

I’ve automated the package update and release of https://tanaka.world/. When a npm package is updated, it will be merged and production deployed automatically after all CI jobs finish. Example: The workflow for release Renovate (Package Update) Renovate Set up Renovate via GitHub App - Renovate. You can select a repo. Cypress (E2E) Cypress Previously, I tested manually when I updated. I’ve replaced the way to test with Cypress. It tests all pages roughly....

January 30, 2021