Skip to content

Automate Dependabot updates#4

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

Automate Dependabot updates#4
DavidVeksler merged 1 commit into
mainfrom
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:22

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 Dependabot configuration to standardize dependency update maintenance for the repository, targeting the NuGet projects and grouping non-major and security updates.

Changes:

  • Adds .github/dependabot.yml to enable weekly NuGet dependency update PRs for multiple project directories.
  • Configures grouping for patch/minor (“non-major-updates”) and security updates.

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

Comment thread .github/dependabot.yml
Comment on lines +5 to +27
- package-ecosystem: "nuget"
directories:
- "/CryptoTracker.ConsoleApp"
- "/CryptoTracker.Core"
- "/Tests"
schedule:
interval: "weekly"
day: "friday"
time: "01:10"
timezone: "America/Denver"
open-pull-requests-limit: 5
groups:
non-major-updates:
applies-to: "version-updates"
patterns:
- "*"
update-types:
- "minor"
- "patch"
security-updates:
applies-to: "security-updates"
patterns:
- "*"
Comment thread .github/dependabot.yml
Comment on lines +1 to +2
# Managed by DavidVeksler/dependabot-fleet
version: 2
@DavidVeksler
DavidVeksler merged commit bb9276f into main Jul 18, 2026
3 checks 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