Skip to content

chore: add Dependabot configuration - #12

Merged
coldhighsun merged 1 commit into
mainfrom
chore/add-dependabot-labels
Sep 17, 2026
Merged

coldhighsun merged 1 commit into
mainfrom
chore/add-dependabot-labels

Conversation

@coldhighsun

Copy link
Copy Markdown
Owner

Summary

Configure Dependabot for automated dependency management:

  • Weekly NuGet package updates (split into minor/patch and major groups)
  • Weekly GitHub Actions workflow updates

Changes

  • Added .github/dependabot.yml with:
    • NuGet ecosystem configuration with grouped updates
    • GitHub Actions configuration with grouped updates
    • Automatic labeling ('dependencies' and 'github-actions')
    • PRs limited to 10 for NuGet, 5 for GitHub Actions

Test Plan

  • Verify Dependabot creates PRs on the configured schedule
  • Confirm labels are automatically applied to dependency PRs
  • Check that update groups are correctly categorized (minor/patch vs major)

- Configure weekly NuGet package updates with minor/patch and major groups
- Configure weekly GitHub Actions workflow updates
- Automatically apply 'dependencies' and 'github-actions' labels to pull requests
@coldhighsun
coldhighsun merged commit fbe237b into main Sep 17, 2026
3 checks passed
@coldhighsun
coldhighsun deleted the chore/add-dependabot-labels branch September 17, 2026 13:50
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.

1 participant