matchUpdateTypes not honored in docker ubuntu #33336
Unanswered
Elbandi
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Get your discussion fixed faster 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?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
docker renovate full image.
Please tell us more about your question or problem
I have a simple Dockerfile:
This is the renovate config:
After running local platform it found that there is a dist upgrade: focal->noble. and there is a digest update too:
For testing, i disable everything by package rule:
Looks good:
If i want to disable major+minor updates, not works:
Result:
I searched for similar discussions, but i dont want to use nether allowedVersions workaround nor "close PR" workaround!
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions