fix renovate actions/*-artifact updates by AlexWaygood · Pull Request #23675 · astral-sh/ruff (original) (raw)
added the internal
An internal refactor or improvement
label
carljm added a commit that referenced this pull request
- main: (30 commits)
[ty] Introduce
types::bool,types::context_managerandtypes::iteration(#23681) [ty] MoveKnownInstanceType, and related types, to a newknown_instance.rssubmodule (#23680) [ty] Addinvalid-enum-member-annotationlint rule (#23648) [ruff] Fix false positive forre.splitwith empty string pattern (RUF055) (#23634) [ty] MoveUnionTypeandIntersectionTypeto a newtypes::set_theoreticsubmodule (#23678) [ty] Add unbound type variable detection in annotations (#23641) [ty] Removespecialize_constrainedfrom constraint set module (#23677) [ty] Add partial support and validation forUnpackwhen used with tuple types (#23651) Update prek dependencies (#23661) [ty] makeStaticClassLiteral::explicit_basesconverge better in cycles (#23601) Improvements to CLAUDE.md (#23633) [ty] Move subscript logic out ofbuilder.rs(#23653) Update Artifact GitHub Actions dependencies (#23676) Update actions/attest-build-provenance to 4.1.0 (#23654) Update Rust crate clearscreen to v4.0.5 (#23664) fix renovateactions/*-artifactupdates (#23675) Update Rust crate clap to v4.5.60 (#23663) Update Rust crate unicode-ident to v1.0.24 (#23668) Update Rust crate anyhow to v1.0.102 (#23662) Update Rust crate pyproject-toml to v0.13.7 (#23666) ...
AlexWaygood added a commit to astral-sh/ty that referenced this pull request
The same as astral-sh/ruff#23675:
The intention here is that this should be a regex match. But that evidently is not working (astral-sh/ruff#23656 and astral-sh/ruff#23655 were filed as separate PRs rather than one combined PR). Looking at the renovate docs, it's possible that we need to surround the string with
/in order for it to be considered a regular expression -- i.e.,/actions/.*-artifact/rather thanactions/.*-artifact. But a regex here also just feels like it's overcomplicating things anyway -- the only ones we aare about areupload-artifactanddownload-artifact!
The same problem evidently exists on this repo too: see #2933 and #2934
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
[ Show hidden characters]({{ revealButtonHref }})