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
Task Summary
.github/renovate.json5scopes and groups everyamber/**dependency bump aspyamber, but.github/labeler.ymlsplitsamber/: Scala deps (amber/build.sbt) are labeledengine, while only the Python deps (requirements*.txt,pyproject.toml) arepyamber.As a result, an amber Scala dependency PR gets the commit scope
chore(deps, pyamber)yet the labeler tags itengine, 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→pyamberandsbt→engine, matching the labeler.Task Type