Skip to content

Conversation

@Borda
Copy link
Collaborator

@Borda Borda commented Jun 12, 2025

What does this PR do?

Motivation

Preventing outdated dependencies and CI workflows from drifting is critical to maintain build stability and security. Automating updates reduces manual overhead, avoids unexpected breakages, and ensures our Python ecosystem and CI actions remain compatible without overflowing open PR counts.

Changes

Introduce dependabot.yml to enable:

  • Monthly pip dependency updates (limit 5 open PRs)
  • Weekly GitHub Actions updates grouped into a single PR (limit 1 open PR) to keep workflows current without exploding PR counts.
Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

Did you have fun?

Make sure you had fun coding 🙃

@codecov
Copy link

codecov bot commented Jun 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85%. Comparing base (a7b5910) to head (225e94f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #541   +/-   ##
===================================
  Coverage    85%    85%           
===================================
  Files        38     38           
  Lines      2901   2901           
===================================
  Hits       2479   2479           
  Misses      422    422           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Borda Borda requested a review from aniketmaurya June 12, 2025 10:39
@aniketmaurya aniketmaurya merged commit 3d60a58 into main Jun 12, 2025
22 checks passed
@aniketmaurya aniketmaurya deleted the add/dependabot branch June 12, 2025 10:53
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