Skip to content

Refactor Dependabot configuration groups#104

Merged
shibayan merged 1 commit into
masterfrom
update-dependabot
Jul 5, 2026
Merged

Refactor Dependabot configuration groups#104
shibayan merged 1 commit into
masterfrom
update-dependabot

Conversation

@shibayan

@shibayan shibayan commented Jul 5, 2026

Copy link
Copy Markdown
Owner

This pull request makes minor improvements to repository configuration files. The main changes involve refining dependency update groups in the Dependabot configuration and adding a formatting verification step to the pull request template.

Configuration updates:

  • Split the generic dependencies group in .github/dependabot.yml into more specific groups: nuget, docs, and github-actions, each matching all patterns. [1] [2] [3]

Pull request process improvement:

  • Added a dotnet format verification step to .github/pull_request_template.md to ensure code formatting is checked before merging.

@shibayan shibayan self-assigned this Jul 5, 2026
Copilot AI review requested due to automatic review settings July 5, 2026 11:09
@shibayan shibayan added the enhancement New feature or request label Jul 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates repository maintenance configuration by refining how Dependabot groups dependency updates, and by strengthening the PR checklist to include an automated formatting verification step.

Changes:

  • Split the prior generic Dependabot update group into ecosystem-specific groups (nuget, docs, github-actions) while keeping the same match-all behavior.
  • Added a dotnet format --verify-no-changes checklist item to the pull request template to encourage formatting verification before merge.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/dependabot.yml Replaces the single generic group name with ecosystem-specific group names for clearer Dependabot PR grouping.
.github/pull_request_template.md Adds a formatting verification command to the standard PR validation checklist.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@shibayan shibayan merged commit b8b5be9 into master Jul 5, 2026
5 checks passed
@shibayan shibayan deleted the update-dependabot branch July 5, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants