Replace uvmirror check workflow by update workflow#399
Merged
Conversation
rebkwok
reviewed
May 15, 2026
| run: echo "changed=$(git diff -s --exit-code requirements.uvmirror || echo 1)" >> "$GITHUB_OUTPUT" | ||
|
|
||
| - name: Fail if changes (dependabot only) | ||
| if: ${{ (github.actor == 'dependabot[bot]') && (steps.check_for_changes.outputs.changed) }} |
Contributor
There was a problem hiding this comment.
We can remove this whole step (the zizmor tool complained about it on airlock, although I don't think it's actually a security problem), but we're not expecting dependabot to be the PR author of anything anymore
Contributor
Author
There was a problem hiding this comment.
Ahh, of course! Sorry I didn't catch this and thank you, I'll get rid of it 👍
Remove the uv mirror check workflow file and add a new uv mirror update workflow, which would still check the uv mirror file but will also update it if the check fails.
a69ecf7 to
96072db
Compare
rebkwok
approved these changes
May 15, 2026
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.
Remove the uv mirror check workflow file and add a new uv mirror update workflow, which would still check the uv mirror file but will also update it if the check fails.
Also as an experiment, run Renovate on a daily schedule. This means that if there are 7-day old dependency versions that we would like to incorporate into the repos, we do not have to wait until a Wednesday for a Renovate PR.