-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update preset to automerge lockFileMaintenance #16
Conversation
Should we consider condensing the schedule to once a week? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we identified how we would get renovate to bypass review requirements? At the same time it would be nice to have this be opt-in to ensure the appropriate jobs as set as blocking merge.
Right, thank you for the reminder. I think the only one we have to deal with is the
Do you mean opt-in at the repo level? |
Oscar is speaking about the PR requirements pretty sure. In almost all repos we have the check run for security scans that creates a failure until someone approves its run, although it's not a required workflow so I am pretty sure Renovate could merge even with its failure. That said, some repos like |
With respect to opting in, you could make a copy of |
All our repositories are configured to require a reviewer before it can be merged. Can we tell github to bypass this for renovate? Yes opt-in on repository level, since you want to prevent failing builds and tests from being automatically merged. |
We could, but ... I don't want that open-ended for it as a bot and we can't configure the override for just certain types of PRs (that I know of). |
How is this different than what we're already doing, for example, for the version bump: bitwarden/clients#11850? We appear to be satisfying that requirement with a review from |
bw-ghapp is our own bot we maintain for explicit operations. |
Abandoning this PR as we do not want to grant the Renovate user the permissions required to auto-merge. |
🎟️ Tracking
PM-14677 Change lockfile PRs to automerge
📔 Objective
Modify default behavior for lockfile maintenance to automerge.
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes