Skip to content

chore(ci): group GitHub Actions Dependabot updates#127

Merged
dongjiang1989 merged 1 commit into
masterfrom
update-dependabot
May 18, 2026
Merged

chore(ci): group GitHub Actions Dependabot updates#127
dongjiang1989 merged 1 commit into
masterfrom
update-dependabot

Conversation

@dongjiang1989
Copy link
Copy Markdown
Member

Add groups configuration to Dependabot to batch GitHub Actions dependency updates into a single PR, reducing PR noise.

Example:
Before this change, Dependabot would open one PR per GitHub Actions update:

  • ci: bump actions/checkout from v3 to v4
  • ci: bump actions/setup-go from v5.0.0 to v5.1.0
  • ci: bump actions/cache from v3 to v4

After this change, all GitHub Actions updates are grouped into one PR:

  • ci: bump github-actions dependencies
    • actions/checkout v3 → v4
    • actions/setup-go v5.0.0 → v5.1.0
    • actions/cache v3 → v4

Signed-off-by: dongjiang <dongjiang1989@126.com>
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Dependabot configuration in .github/dependabot.yml to group GitHub Actions dependency updates. It introduces a new group named github-actions-deps that applies to all version updates for the GitHub Actions ecosystem using a wildcard pattern. I have no feedback to provide as there are no review comments.

@dongjiang1989 dongjiang1989 merged commit 893797a into master May 18, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant