-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automergeSchedule not working if it's outside of normal schedule #24275
Comments
Hi, I think I found out what's happening. It's because renovate/lib/workers/repository/update/branch/index.ts Lines 309 to 315 in 5a208cf
I tested it manually with updateNotScheduled set to true and the included config and the automerge happened as expected.
|
I have observed the same effect/problem, my config {
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:best-practices",
"schedule:automergeWeekdays",
"schedule:monthly",
":assignAndReview(paddyroddy)",
":automergeBranch",
":automergeDigest",
":automergeMinor",
":automergePatch",
":disableDependencyDashboard",
":enablePreCommit",
":label(renovate)",
":maintainLockFilesMonthly",
":prHourlyLimitNone",
],
} I recently changed to |
Hopefully don't run into problems with renovatebot/renovate#24275 (comment)
There seems to be a bug in @renovatebot renovatebot/renovate#24275. This may increase CI use (although we're still setting a `schedule` and an `automergeSchedule` so it shouldn't be much). This PR should fix blocked @renovatebot updates.
There seems to be a bug in @renovatebot renovatebot/renovate#24275. This may increase CI use (although we're still setting a `schedule` and an `automergeSchedule` so it shouldn't be much). This PR should fix blocked @renovatebot updates.
There seems to be a bug in @renovatebot renovatebot/renovate#24275. This may increase CI use (although we're still setting a `schedule` and an `automergeSchedule` so it shouldn't be much). This PR should fix blocked @renovatebot updates.
This comment has been minimized.
This comment has been minimized.
I ran into the same issue. We want merge requests to be created two days before merging, so there would be a chance for manual review and intervention. However, currently the the merge requests do not get merged the way I expected. |
We've also been experiencing the same issue, whereby setting |
Discussed in #24005
Originally posted by fallemand August 21, 2023
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
If you're self-hosting Renovate, select which platform you are using.
None
Was this something which used to work for you, and then stopped?
It used to work, and then stopped
Describe the problem
I have the following config:
I want PRs to be created during the weekend (where CI consumption is low), and then be automerged in working hours (in case a problem appears). But the automerge is not happening because it's outside of the
schedule
.Relevant debug logs
Logs
renovate.log
The text was updated successfully, but these errors were encountered: