-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(renovatebot): automerge enabled #3123
Conversation
cc @lkysow what do you think about adding the above individual checks as required so auto merge can be enabled on renovatebot? |
Thank you Luke! One other issue i didn't think about is handling the required checks if path filtering doesn't trigger them. We can do this, as per gh docs, by creating generic runs (that run on the opposite path following) for each required check. I added this as a line item for this pr above. |
* feat(renovatebot): automerge enabled * Update renovate.json5 * feat(workflows): add negative path filtering for required tests
* feat(renovatebot): automerge enabled * Update renovate.json5 * feat(workflows): add negative path filtering for required tests
what
automerge enabled
verify required checks are set by repo owner
need to create a generic test for each required check if the path filtering causes us to not run the check (see doc)
Any others?
why
tests
references