Skip to content

Group Dependabot updates#104

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

Group Dependabot updates#104
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 21:58
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 26f6702c-9151-4282-8605-1cb0062fcc05

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot-group-updates

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

Updates the repository’s Dependabot configuration to group dependency updates into fewer pull requests, mirroring yiisoft/package-template.

Changes:

  • Group all GitHub Actions updates into a single grouped PR and reduce update frequency to weekly.
  • Group all Composer dependency updates into a single grouped PR while keeping increase-if-necessary.
  • Add a 7-day cooldown to reduce PR churn, and ignore yiisoft/* for GitHub Actions updates.

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

Comment thread .github/dependabot.yml
Comment on lines +20 to +23
schedule:
interval: "daily"
cooldown:
default-days: 7
Comment thread .github/dependabot.yml
Comment on lines +10 to +13
groups:
github-actions:
patterns:
- "*"
Comment thread .github/dependabot.yml
Comment on lines +14 to +15
ignore:
- dependency-name: "yiisoft/*"
@samdark samdark merged commit 9aa8712 into master Jul 3, 2026
80 checks passed
@samdark samdark deleted the dependabot-group-updates branch July 3, 2026 07:20
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