Skip to content

Group Dependabot updates#88

Merged
samdark merged 1 commit into
masterfrom
dependabot-group-updates
Jul 3, 2026
Merged

Group Dependabot updates#88
samdark merged 1 commit into
masterfrom
dependabot-group-updates

Conversation

@samdark

@samdark samdark commented Jul 2, 2026

Copy link
Copy Markdown
Member

Replicates the Dependabot grouping configuration from yiisoft/package-template so GitHub Actions updates are grouped into a single PR and Composer dependency updates are grouped into a single PR.

Copilot AI review requested due to automatic review settings July 2, 2026 22:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.

Adds Dependabot grouping so updates are consolidated into fewer PRs, mirroring yiisoft/package-template’s behavior.

Changes:

  • Group all GitHub Actions dependency updates into a single Dependabot PR.
  • Add a Composer Dependabot configuration and group all Composer dependency updates into a single PR.
  • Set Composer versioning strategy to increase-if-necessary with a daily schedule and cooldown.

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

Comment thread .github/dependabot.yml
Comment on lines +17 to +23
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
cooldown:
default-days: 7
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.95%. Comparing base (544e273) to head (d613564).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #88   +/-   ##
=========================================
  Coverage     85.95%   85.95%           
  Complexity       51       51           
=========================================
  Files             1        1           
  Lines           121      121           
=========================================
  Hits            104      104           
  Misses           17       17           

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

@samdark samdark merged commit ff3fc2d into master Jul 3, 2026
39 of 41 checks passed
@samdark samdark deleted the dependabot-group-updates branch July 3, 2026 13:36
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