Make CI easier to read and run, and update it with Dependabot#34
Merged
Byron merged 3 commits intoGitoxideLabs:mainfrom Apr 13, 2025
Merged
Make CI easier to read and run, and update it with Dependabot#34Byron merged 3 commits intoGitoxideLabs:mainfrom
Byron merged 3 commits intoGitoxideLabs:mainfrom
Conversation
This makesthe CI workflow easier to run in forks, for those who wish to run it in feature branches that don't (or don't yet) have a PR, by making it so that, in addition to `main`, branch names that have `run-ci` as a non-trailing component also run it on `push`.
This enables grouped Dependabot version updates, for GitHub Actions only, to keep actions up to date. Currently some actions are used at very old versions; for example, this uses `actions/checkout@v1`, but the current version is `v4`. Such old versions are no longer maintained and usually run on an old unsupported Node.js version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is analogous to GitoxideLabs/cargo-smart-release#43, but here in
prodash. The main differences are that the changes here are simpler and the Dependabot configuration is set to a weekly cadence rather than a monthly cadence--I used montly in csr because it is less active. (There are fewer jobs here using fewer actions but the actions in use are even more outdated.)