Pinning to major and/or minor versions along with renovate #2749
-
QuestionThis is related to #2747 and #2354, where the "latest release" is not the same as the "latest version", but it got me curious in a repository where I am also using renovate to keep versions up to date with the latest release of a specific version. Say I have The latest version of Without using renovate, With using renovate, I'm not aware of a way to pin packages like this with Background of the questionI use the example of Example CodeNo response NoteNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thank you for your feedback. "packageRules": [
{
"packageNames": ["kubernetes/kubectl"],
"matchupdatetypes" ["major", "minor"],
"enabled": false
}
] Regarding |
Beta Was this translation helpful? Give feedback.
Thank you for your feedback.
Regarding Renovate, I think you can disable major and minor updates like this.
Regarding
aqua up
command, aqua doesn't support this yet.I think it would be great if aqua supports this feature.