Mise.toml PR title is inaccurate and allowedVersions isn't respected #34758
Unanswered
esacteksab
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Please help this Discussion progress by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Recently adopted Mise in place of asdf. My mise.toml is simple with
That's it. My renovate.json has this in it
I just got a PR.
Bug 1: Title of PR is
chore(deps): update python docker tag
. I don't use Docker on this repository.Bug 2: It respects
.python-version
updating3.11.11
to3.12.9
but in mise.toml, it's trying to take it from3.12.9
to3.13.2
so the packageRule above isn't being respected.Here's the diff on the PR

Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions