Is minimumReleaseAge behaviour not as documented or am I misunderstanding things?
#31722
What would you like help with?I would like help with my configuration How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Github, v40.2.7 of the action Please tell us more about your question or problemI'm trying to add
But what I'm seeing is that the PRs are created straight away and a check like this is being added to them: This does not work well for dependencies that move fast, like for example software.amazon.awssdk:bom which has a new version every day. This means every day we run renovate it updates the PR with the latest version so the Is what I'm seeing as expected or did I misconfigure something? Below is our slightly redacted config: Logs (if relevant)No response |
Replies: 5 comments 5 replies
|
Do I need to use https://docs.renovatebot.com/configuration-options/#prcreation by chance to get the behaviour as expected? It looks like it.. |
|
You could change |
|
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 |
|
Hi there, This discussion is too complex, and we want you to simplify. This way you are more likely to get help or a solution. For example, if you've pasted your whole complex config, while your problem is about just one part, consider removing the parts that are not relevant to your problem. The best way to do this is to create a minimal reproduction. You may have tried many ways to do something, and described all the methods you tried. If none of the methods worked, please focus on the most promising method, or the ideal solution. Avoid complicating the description (or logs) with the failed attempts. To summarize: please reduce the complexity of your discussion, to increase the chances of getting help. Thanks, the Renovate team |
|
Hi there, Please remember that there are no Service Level Agreements (SLAs) or roadmap commitments in Open Source projects like Renovate. The maintainers and contributors work on bugs/features/docs at their own pace. This means that sometimes you will have to wait for things to happen, or to get a response. Please avoid comments like: "Any update on this?" or "When will this be fixed?". Do not chase a maintainer to get answers quickly. We will block you if you nudge us frequently. Please read our Code of Conduct, how we prioritize work to learn more about how we prioritize what to work on. If you are a paying Mend.io customer, please tell your support or customer contact that this issue is important to you. Thanks, the Renovate team |

Ok, I cannot get it to work and give up. Despite of what the docs suggest, if a version is followed by another version within
minimumReleaseAgewithinternalChecksFilterset tostrictandprCreationset tonot-pendinga PR is not opened for such version afterminimumReleaseAgehas elapsed since its release.