Skip to content

Conversation

@bednar
Copy link
Member

@bednar bednar commented Jan 14, 2026

Proposed Changes

This pull request improves the automation and frequency of dependency updates managed by Dependabot. It increases the frequency of update checks and introduces a new GitHub Actions workflow to automatically approve and merge Dependabot pull requests.

Dependabot configuration updates:

  • Changed the update schedule for Maven dependencies from weekly to daily, so updates are checked more frequently.
  • Increased the maximum number of open Dependabot pull requests to 10, allowing more simultaneous updates.

Automation of Dependabot PRs:

  • Added a new workflow file, .github/workflows/dependabot-auto-merge.yml, which automatically approves and enables auto-merge (with squash) for pull requests created by Dependabot bots.

Checklist

  • Rebased/mergeable
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.78%. Comparing base (190daf7) to head (67baf0c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #333   +/-   ##
=======================================
  Coverage   86.78%   86.78%           
=======================================
  Files          20       20           
  Lines        1294     1294           
  Branches      215      215           
=======================================
  Hits         1123     1123           
  Misses         81       81           
  Partials       90       90           

☔ 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.

@bednar bednar merged commit d04079b into main Jan 14, 2026
12 checks passed
@bednar bednar deleted the automerge branch January 14, 2026 05:33
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