Skip to content

Automate Dependabot updates - #4

Merged
DavidVeksler merged 1 commit into
masterfrom
codex/dependabot-fleet
Jul 18, 2026
Merged

Automate Dependabot updates#4
DavidVeksler merged 1 commit into
masterfrom
codex/dependabot-fleet

Conversation

@DavidVeksler

Copy link
Copy Markdown
Owner

Summary

Standardize dependency maintenance for the repository.

  • .github/dependabot.yml

Patch and minor updates are eligible for automatic merging only after existing pull-request CI remains successful. Major updates remain manual. The auto-merge workflow is metadata-only and never checks out PR code with write permissions.

This PR does not deploy or change production configuration.

Copilot AI review requested due to automatic review settings July 18, 2026 13:21

Copilot AI left a comment

Copy link
Copy Markdown

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 introduces a GitHub Dependabot configuration intended to standardize dependency update maintenance for the repository’s NuGet projects.

Changes:

  • Adds .github/dependabot.yml to enable weekly NuGet dependency update PRs across multiple project directories.
  • Configures grouping so minor/patch version updates are bundled together, and security updates are grouped separately.

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

Comment thread .github/dependabot.yml
Comment on lines +4 to +6
updates:
- package-ecosystem: "nuget"
directories:
@DavidVeksler
DavidVeksler merged commit 405699c into master Jul 18, 2026
1 check passed
@DavidVeksler
DavidVeksler deleted the codex/dependabot-fleet branch July 18, 2026 13:29
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