Skip to content

⬆️ Disable lock file maintenance for library#1419

Merged
liudger merged 1 commit intomainfrom
chore/disable-lock-file-maintenance
Mar 25, 2026
Merged

⬆️ Disable lock file maintenance for library#1419
liudger merged 1 commit intomainfrom
chore/disable-lock-file-maintenance

Conversation

@liudger
Copy link
Owner

@liudger liudger commented Mar 25, 2026

Summary

Disable Renovate lock file maintenance since this is a library, not an application. Lock files are not published with the package, so maintaining them adds unnecessary PR noise.

Changes

  • Set lockFileMaintenance.enabled to false in .github/renovate.json

This will cause Renovate to automatically close the existing lock file maintenance PR (#1413).

Copilot AI review requested due to automatic review settings March 25, 2026 11:53
@liudger liudger added the ci Work that improves the continue integration. label Mar 25, 2026
@liudger liudger added the maintenance Generic maintenance tasks. label Mar 25, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Disables Renovate’s lock file maintenance PRs to reduce dependency-update noise for this library (since lock files aren’t shipped with the published package).

Changes:

  • Set lockFileMaintenance.enabled to false in Renovate configuration.

@liudger liudger merged commit c30a341 into main Mar 25, 2026
14 of 15 checks passed
@liudger liudger deleted the chore/disable-lock-file-maintenance branch March 25, 2026 11:54
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.89%. Comparing base (0bb9a7c) to head (b76c585).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1419   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files           6        6           
  Lines         986      986           
  Branches      139      139           
=======================================
  Hits          985      985           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Work that improves the continue integration. maintenance Generic maintenance tasks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants