Skip to content

Add dependabot grouping for GitHub Actions#101

Merged
Malcolmnixon merged 1 commit intomainfrom
copilot/review-dependabot-template
Mar 2, 2026
Merged

Add dependabot grouping for GitHub Actions#101
Malcolmnixon merged 1 commit intomainfrom
copilot/review-dependabot-template

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

Pull Request

Description

Aligns .github/dependabot.yml with the TemplateDotNetTool pattern by adding a groups block for the github-actions ecosystem. Without this, Dependabot opens one PR per action update; with grouping, all GitHub Actions updates are batched into a single PR.

  • .github/dependabot.yml
    • Added groups.github-actions-dependencies with patterns: ["*"] under the github-actions ecosystem
    • Increased open-pull-requests-limit from 510 to match template
  - package-ecosystem: "github-actions"
    ...
    open-pull-requests-limit: 10
    groups:
      github-actions-dependencies:
        patterns:
          - "*"

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement

Related Issues

Pre-Submission Checklist

Before submitting this pull request, ensure you have completed the following:

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All tests pass: dotnet test --configuration Release
  • Code produces zero warnings

Code Quality

  • Code formatting is correct: dotnet format --verify-no-changes
  • New code has appropriate XML documentation comments
  • Static analyzer warnings have been addressed

Quality Checks

Please run the following checks before submitting:

  • Spell checker passes: cspell "**/*.{md,cs}"
  • Markdown linter passes: markdownlint "**/*.md"
  • YAML linter passes: yamllint '**/*.{yml,yaml}'

Testing

  • Added unit tests for new functionality
  • Updated existing tests if behavior changed
  • All tests follow the AAA (Arrange, Act, Assert) pattern
  • Test coverage is maintained or improved

Documentation

  • Updated README.md (if applicable)
  • Updated ARCHITECTURE.md (if applicable)
  • Added code examples for new features (if applicable)
  • Updated requirements.yaml (if applicable)

Additional Notes

Configuration-only change; no code or tests affected.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Review template for dependabot grouping of GitHub Actions Add dependabot grouping for GitHub Actions Mar 2, 2026
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
@Malcolmnixon Malcolmnixon force-pushed the copilot/review-dependabot-template branch from a80b3b0 to 74fc69d Compare March 2, 2026 20:03
@Malcolmnixon Malcolmnixon marked this pull request as ready for review March 2, 2026 20:03
@Malcolmnixon Malcolmnixon merged commit ce4339d into main Mar 2, 2026
34 of 36 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/review-dependabot-template branch March 2, 2026 20:25
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