Debian tag updated form 13 to trixie-20260406 #42443
-
How are you running Renovate?None Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?43.102.11 Please tell us more about your question or problemAfter #27862 Renovate updated the version of debian from 13 to trixie-20260406 You can see an example here opentracing-contrib/nginx-opentracing#1083 Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
|
I also saw something similar happen with other OSes before, like here for UBI |
Beta Was this translation helpful? Give feedback.
This comment was marked as low quality.
This comment was marked as low quality.
-
|
Any chance that it can be converted to an issue? |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, this is unwanted behaviour for me as well. I have disabled Debian patch updates to prevent this from happening. "packageRules": [
{
"matchPackageNames": ["debian"],
"matchUpdateTypes": ["patch"],
"enabled": false
}
] |
Beta Was this translation helpful? Give feedback.
-
|
Fix PR: #44335 |
Beta Was this translation helpful? Give feedback.
Fix PR: #44335