ci: consolidate on renovate, sha-pin checkout (DOT-44)#71
Merged
Conversation
Renovate previously managed only mise tools while Dependabot handled github-actions. Add the github-actions manager to Renovate with its own group and remove .github/dependabot.yaml so one tool covers both. Pin actions/checkout@v6 to df4cb1c (v6.0.3) to match the other SHA-pinned actions in the workflow. Fixes DOT-44
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
CI/dependency hygiene from a DX audit. Two of the four originally-proposed changes were dropped after verifying the code (see below).
Changes
mise; Dependabot separately handledgithub-actions. Added thegithub-actionsmanager torenovate.json(own group) and deleted.github/dependabot.yaml. One tool now covers both.actions/checkout@v6todf4cb1c(v6.0.3), matching the already-pinnedmise-actionandactionlint.Deliberately NOT changed (verified, rejected)
macos-latest. Allrun_*.sh.tmplare gated by{{ if eq .chezmoi.os "darwin" }}; onubuntu-latestthey render empty and skip, so the dry-run would validate nothing about the install pipeline.actions/cache.jdx/mise-actionalready caches by default (cache: true).Verification
mise lintclean (treefmt + shellcheck, 0 files changed).renovate.jsonvalid JSON (jq empty).Fixes DOT-44