Skip to content

Configure Dependabot to group dependency updates#41

Merged
moshloop merged 2 commits intomainfrom
copilot/update-dependabot-settings
Feb 25, 2026
Merged

Configure Dependabot to group dependency updates#41
moshloop merged 2 commits intomainfrom
copilot/update-dependabot-settings

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

Dependabot was not configured, resulting in no automated dependency updates. Added configuration to group updates by ecosystem, reducing PR noise.

Changes

  • Go modules: All Go dependency updates grouped into single weekly PR
  • GitHub Actions: All action version updates grouped into single weekly PR
  • Labels: Auto-applied dependencies + ecosystem-specific labels for filtering

Configuration

Created .github/dependabot.yml:

version: 2
updates:
  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "weekly"
    groups:
      go-dependencies:
        patterns:
          - "*"

Both ecosystems use patterns: ["*"] to group all updates together rather than creating individual PRs per dependency.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Dependabot settings to group updates into a single PR Configure Dependabot to group dependency updates Feb 25, 2026
Copilot AI requested a review from moshloop February 25, 2026 16:51
@moshloop moshloop marked this pull request as ready for review February 25, 2026 16:54
@moshloop moshloop enabled auto-merge (rebase) February 25, 2026 16:54
@moshloop moshloop disabled auto-merge February 25, 2026 16:54
@moshloop moshloop enabled auto-merge (squash) February 25, 2026 16:55
@moshloop moshloop merged commit ba8d568 into main Feb 25, 2026
6 of 7 checks passed
@moshloop moshloop deleted the copilot/update-dependabot-settings branch February 25, 2026 16:57
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