Skip to content

MNT: Configure Renovate Bot targeting develop branch#972

Merged
Gui-FernandesBR merged 1 commit into
developfrom
mnt/configure-renovate
Jun 27, 2026
Merged

MNT: Configure Renovate Bot targeting develop branch#972
Gui-FernandesBR merged 1 commit into
developfrom
mnt/configure-renovate

Conversation

@Gui-FernandesBR

Copy link
Copy Markdown
Member

@Gui-FernandesBR Gui-FernandesBR requested a review from a team as a code owner June 19, 2026 19:52
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.17%. Comparing base (9cf3dd4) to head (0944a75).
⚠️ Report is 80 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #972      +/-   ##
===========================================
+ Coverage    80.27%   81.17%   +0.90%     
===========================================
  Files          104      113       +9     
  Lines        12769    14689    +1920     
===========================================
+ Hits         10250    11924    +1674     
- Misses        2519     2765     +246     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Gui-FernandesBR Gui-FernandesBR merged commit 964b2f0 into develop Jun 27, 2026
11 checks passed
@Gui-FernandesBR Gui-FernandesBR deleted the mnt/configure-renovate branch June 27, 2026 02:23
Gui-FernandesBR added a commit that referenced this pull request Jun 27, 2026
Renovate (Mend hosted app) reads repository configuration only from the
default branch, which is `master`. The config introduced in #972 was merged
into `develop`, so it never took effect: Renovate ran with bare defaults,
raised PRs against `master` instead of `develop`, did not group updates, and
naively bumped every pinned line in the autogenerated `docs/requirements.txt`.

This adds the configuration on `master` and:
- keeps the intended settings (baseBranches: develop, grouping, labels,
  dependency dashboard);
- enables the `pip-compile` manager scoped to `docs/requirements.txt`, which is
  autogenerated from `docs/requirements.in`, so the lock file is regenerated
  properly instead of patched line by line;
- disables the `pip_requirements` manager for that one file to avoid duplicate
  PRs (it still manages the hand-written requirements files).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants