Yicong-Huang opened a new issue, #7067: URL: https://github.com/apache/texera/issues/7067
### Task Summary `.github/renovate.json5` scopes and groups every `amber/**` dependency bump as `pyamber`, but `.github/labeler.yml` splits `amber/`: Scala deps (`amber/build.sbt`) are labeled `engine`, while only the Python deps (`requirements*.txt`, `pyproject.toml`) are `pyamber`. As a result, an amber Scala dependency PR gets the commit scope `chore(deps, pyamber)` yet the labeler tags it `engine`, and amber sbt minors are grouped into "pyamber minor updates" instead of staying individual like every other sbt minor. Split the amber renovate rules by manager so `pip_requirements` → `pyamber` and `sbt` → `engine`, matching the labeler. ### Task Type - [X] Refactor / Cleanup - [X] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
