fix renovate actions/*-artifact updates by AlexWaygood · Pull Request #23675 · astral-sh/ruff (original) (raw)

@AlexWaygood

@AlexWaygood added the internal

An internal refactor or improvement

label

Mar 2, 2026

carljm added a commit that referenced this pull request

Mar 2, 2026

@carljm

AlexWaygood added a commit to astral-sh/ty that referenced this pull request

Mar 4, 2026

@AlexWaygood

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 than actions/.*-artifact. But a regex here also just feels like it's overcomplicating things anyway -- the only ones we aare about are upload-artifact and download-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 }})