Manual Renovate API trigger skipped due to schedule constraints #40251
Unanswered
ThibautMarechal
asked this question in
Request Help
Replies: 1 comment 3 replies
-
|
Such a feature is not in the timeline currently. Is it not possible to use dependency dashboard in your case, to trigger specific/all awaiting schedule PRs? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
Other (please specify)
Which version of Renovate are you using?
13.1.0
Please tell us more about your question or problem
Hi,
I'm running a self-hosted instance of renovate-ce on my repositories in bitbucket-server.
My goal is to have Renovate:
I use this set of configuration define at the repository level:
At the repository level, I use this config:
which ultimately extends:
The scheduled runs work as expected.
However, when triggering Renovate manually via the API outside the scheduled window, branch creation is skipped with the log message:
Skipping branch creation as not within schedule(comming from this)Based on my research, is this use case (scheduled automation + schedule-agnostic manual runs) currently impossible with existing configuration options?
If so, would it make sense to introduce a configuration option allowing manual triggers to ignore schedules ?
I’d be happy to help work on this if that's a valid use case 😁
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions