Skip to content

Add Dependabot PR grouping configuration#70

Merged
Malcolmnixon merged 2 commits intomainfrom
copilot/check-dependabot-settings
Feb 13, 2026
Merged

Add Dependabot PR grouping configuration#70
Malcolmnixon merged 2 commits intomainfrom
copilot/check-dependabot-settings

Conversation

Copy link
Contributor

Copilot AI commented Feb 13, 2026

Pull Request

Description

Dependabot was creating individual PRs for each dependency update. Added grouping configuration to consolidate NuGet updates into single weekly PRs.

Changes:

  • Added groups.nuget-dependencies with wildcard pattern to group all NuGet updates
  • Set open-pull-requests-limit: 10 to cap concurrent PRs
  • Set schedule.day: "monday" for predictable update timing

GitHub Actions remain ungrouped (intentional for individual security review).

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 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 validated against TemplateDotNetTool template patterns by repo-consistency-agent.


✨ 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: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Inspect dependabot settings for grouping Add Dependabot PR grouping configuration Feb 13, 2026
Copilot AI requested a review from Malcolmnixon February 13, 2026 13:02
@Malcolmnixon Malcolmnixon marked this pull request as ready for review February 13, 2026 14:16
@Malcolmnixon Malcolmnixon merged commit ec85e90 into main Feb 13, 2026
12 checks passed
@Malcolmnixon Malcolmnixon deleted the copilot/check-dependabot-settings branch February 13, 2026 15:28
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