-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Updated renovate.json to add correct commitMessagePrefix #14709
Conversation
PR Reviewer Guide 🔍(Review updated until commit ed666f7)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to ed666f7
Previous suggestions✅ Suggestions up to commit 8463b0f
|
For renovate's PR, sometimes we have to run format manually in PR branch. |
@VietND96 Ideally we'd wire up the format + dependencies update command to automatically run on Renovate PRs and commit to the same branch so that maintainers only need to review PR and merge it. If the whole automation just works, we can enable auto-merge for renovate PRs as long as CI passes. |
…o update-renovate-json
Persistent review updated to latest commit ed666f7 |
@p0deje @VietND96 There is "maven_install.json" and sometimes "Cargo.Bazel.lock" being generating when running the repin. Does both the files need to be committed into the branch? |
@DineshKumarRA Yes, we need to commit both maven_install.json and Cargo.Bazel.lock. |
@p0deje @VietND96 This is now ready. JS dependency is still failing due to aspect-build/rules_js#1445. But others are all fixed now. |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Updated renovate.json to add correct commitMessagePrefix based on packages. Have also increased the prConcurrentLimit to 15 as I think 5 is too low for a big project. But happy to change this back.
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
prConcurrentLimit
from 5 to 15 to allow more concurrent PRs.Changes walkthrough 📝
ci-rbe.yml
Exclude renovate branches from CI format and test jobs
.github/workflows/ci-rbe.yml
jobs.
ci-renovate-rbe.yml
Add CI workflow for renovate branches
.github/workflows/ci-renovate-rbe.yml
renovate.json
Update renovate configuration for package management
renovate.json
managers.
prConcurrentLimit
from 5 to 15.