Skip to content

ci: group Dependabot PRs#80

Merged
miguelsanchez-upsun merged 1 commit into
mainfrom
dependabot-group-prs
May 18, 2026
Merged

ci: group Dependabot PRs#80
miguelsanchez-upsun merged 1 commit into
mainfrom
dependabot-group-prs

Conversation

@pjcdawkins
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 18, 2026 14:44
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

This PR updates the repository’s Dependabot configuration to group dependency update PRs, reducing PR noise by bundling updates per ecosystem/directory.

Changes:

  • Add an all-dependencies Dependabot group for the composer updates in /legacy.
  • Add an all-dependencies Dependabot group for the gomod updates in /.

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

Copy link
Copy Markdown
Collaborator

@miguelsanchez-upsun miguelsanchez-upsun left a comment

Choose a reason for hiding this comment

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

This means that even major updates will be bundled together.

If we find ourselves with fixing mrs because of major versions we can either bundle

  groups:
    minor-and-patch:
      patterns: ["*"]
      update-types: ["minor", "patch"]

or skip majors

  ignore:
    - dependency-name: "*"
      update-types: ["version-update:semver-major"]

@miguelsanchez-upsun miguelsanchez-upsun merged commit 5bd45f7 into main May 18, 2026
8 checks passed
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.

3 participants