Skip to content

Group dependabot PRs together#60

Open
alexdewar wants to merge 1 commit intomainfrom
group-dependabot-prs
Open

Group dependabot PRs together#60
alexdewar wants to merge 1 commit intomainfrom
group-dependabot-prs

Conversation

@alexdewar
Copy link
Copy Markdown
Member

@alexdewar alexdewar commented Apr 29, 2026

Description

As we've done elsewhere, group dependabot PRs to reduce the number of PRs created. I've made two groups, one for Python deps and another for GitHub Actions.

Closes #58.

Type of change

  • Documentation (non-breaking change that adds or improves the documentation)
  • New feature (non-breaking change which adds functionality)
  • Optimization (non-breaking, back-end change that speeds up the code)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (whatever its nature)

Key checklist

  • All tests pass (eg. python -m pytest)
  • Pre-commit hooks run successfully (eg. pre-commit run --all-files)

Further checks

  • Code is commented, particularly in hard-to-understand areas
  • Tests added or an issue has been opened to tackle that in the future.
    (Indicate issue here: # (issue))

Copy link
Copy Markdown
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

Updates the repository’s Dependabot configuration to group dependency update pull requests, reducing PR noise while keeping weekly update cadence.

Changes:

  • Group all uv (Python) dependency updates into a single Dependabot PR.
  • Group all github-actions updates into a single Dependabot PR.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.61%. Comparing base (c0a7f0a) to head (8dbfb74).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   47.61%   47.61%           
=======================================
  Files           3        3           
  Lines          42       42           
  Branches        4        4           
=======================================
  Hits           20       20           
  Misses         22       22           

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

As we've done elsewhere, group dependabot PRs to reduce the number of PRs created. I've made two groups, one for Python deps and another for GitHub Actions.

Closes #58.
@alexdewar alexdewar force-pushed the group-dependabot-prs branch from c9089ca to 8dbfb74 Compare April 29, 2026 13:06
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.

Group dependabot PRs

3 participants