Periodically retesting packages, saving manifest

To aid in delivering reliable code, I would like to setup a CI action to periodically retest my packages against its dependencies. Furthermore, when those tests have completed I would like save the Manifest.toml to have a record of the package versions of the last successful test.

The intention is to use this for packages that are being maintained but not actively developed.

Has anyone setup a Github action or bot to do something like this?

2 Likes