Skip to content

Group dependabot github-actions updates#17

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/group-dependabot-actions-updates
Feb 28, 2026
Merged

Group dependabot github-actions updates#17
Malcolmnixon merged 2 commits intomainfrom
copilot/group-dependabot-actions-updates

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

Pull Request

Description

GitHub Actions dependabot updates were creating individual PRs per action. Added groups to the github-actions ecosystem config to batch all updates into a single PR, consistent with the existing NuGet grouping pattern.

groups:
  github-actions-dependencies:
    patterns:
      - "*"

Type of Change

  • 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 unit 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 .

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

Only .github/dependabot.yml is modified — no code, tests, or docs changes required.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Group dependabot GitHub Actions updates Group dependabot github-actions updates Feb 28, 2026
@Malcolmnixon Malcolmnixon marked this pull request as ready for review February 28, 2026 17:30
@Malcolmnixon Malcolmnixon merged commit bddd12e into main Feb 28, 2026
6 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/group-dependabot-actions-updates branch February 28, 2026 17:39
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