Michael Scrivo

Results 9 issues of Michael Scrivo

Is it possible to customize the distributed cache keys? I tried setting this up with Redis, and it seems to put everything in the root with a hashed value as...

enhancement

Hi there, I'm trying to upgrade our app to use 1.0 and running into some differences in behavior between the old and new versions and am just unsure if I'm...

bug
integrations
community

### What would you like Renovate to be able to do? We can already apply labels per package manager type so we can sort already created PRs by those labels,...

type:feature
status:requirements
priority-5-triage

**Describe the bug** new python patch releases were released recently for 3.11 & 3.12. Upon trying to upgrade to them with `mise use python @3.12.3` for example, it is often...

bug

This is preventing people using this package from updating Nokogiri to 1.11 which fixes https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N

rack.input was made optional in this [PR](https://github.com/rack/rack/pull/2018/files), which landed in 3.1. That broke rack-parser which always expects it to be present. This gracefully handles cases where it's not.

As per title, just started today sometime: ``` mise: installing mise... curl: (22) The requested URL returned error: 404 ```

bug

Hi, I'm struggling a bit to get this working on changed files only (to keep it fast). My action looks like this: ```yml name: reviewdog on: [pull_request] jobs: reviewdog: name:...

**Describe the bug** 14.3.8 introduced a typing bug: From [this](https://github.com/react-dropzone/react-dropzone/commit/d6911c991e077151e302b599b92269432ab0472b) change **To Reproduce** Something like this should produce the type error which does not exist on versions prior to 14.3.8:...

bug