chore: update renovate configuration to include Rstest group#7006
chore: update renovate configuration to include Rstest group#7006chenjiahan merged 1 commit intomainfrom
Conversation
✅ Deploy Preview for rsbuild-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary of ChangesHello @chenjiahan, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request refines the project's dependency management strategy by updating the Renovate configuration. The primary goal is to improve how dependencies are grouped and updated, specifically by introducing a dedicated group for 'Rstest' related packages and removing an outdated 'ESLint' grouping. This change aims to streamline automated dependency updates and maintain a cleaner configuration. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Renovate configuration to reorganize package grouping by adding support for Rstest packages and removing the ESLint group.
Changes:
- Added a new "Rstest" group to automatically group Renovate updates for packages containing
/rstest/in their names - Removed the "ESLint" group from the Renovate configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying rsbuild-v2 with
|
| Latest commit: |
eb219e2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://21b01e56.rsbuild-v2.pages.dev |
| Branch Preview URL: | https://renovate-group-0121.rsbuild-v2.pages.dev |
There was a problem hiding this comment.
Code Review
This pull request updates the Renovate configuration by adding a new group for Rstest packages and removing the now-unused ESLint group. The changes are logical and align with the project's current dependencies and tooling. I have one suggestion to improve the maintainability of the configuration file by enforcing an alphabetical order for the package groups.
Summary
/rstest/.'ESLint'Checklist