Skip to content

[Repo Assist] eng: add NuGet ecosystem to Dependabot to track dotnet global tools#407

Merged
sergey-tihon merged 2 commits into
masterfrom
repo-assist/eng-dependabot-nuget-tools-20260425-d318e52c12115157
Apr 25, 2026
Merged

[Repo Assist] eng: add NuGet ecosystem to Dependabot to track dotnet global tools#407
sergey-tihon merged 2 commits into
masterfrom
repo-assist/eng-dependabot-nuget-tools-20260425-d318e52c12115157

Conversation

@sergey-tihon
Copy link
Copy Markdown
Member

The existing Dependabot config only covered GitHub Actions. Add the nuget package-ecosystem entry so Dependabot also monitors dotnet global tools declared in .config/dotnet-tools.json:

  • paket (10.3.1)
  • fantomas (7.0.5)
  • dotnet-serve (1.10.194)

Keeping both entries on a weekly schedule consistent with the existing GitHub Actions entry.

The existing Dependabot config only covered GitHub Actions. Add the
nuget package-ecosystem entry so Dependabot also monitors dotnet
global tools declared in .config/dotnet-tools.json:

  - paket (10.3.1)
  - fantomas (7.0.5)
  - dotnet-serve (1.10.194)

Keeping both entries on a weekly schedule consistent with the existing
GitHub Actions entry.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 25, 2026 19:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a NuGet Dependabot configuration alongside the existing GitHub Actions entry so Dependabot can also monitor .NET-related dependencies (intended in the PR description to include dotnet global tools from .config/dotnet-tools.json) on a weekly cadence.

Changes:

  • Add a nuget package-ecosystem entry to .github/dependabot.yml
  • Configure weekly update schedule and apply the existing enhancement label

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

Comment thread .github/dependabot.yml
@sergey-tihon sergey-tihon merged commit d30e27d into master Apr 25, 2026
3 checks passed
@sergey-tihon sergey-tihon deleted the repo-assist/eng-dependabot-nuget-tools-20260425-d318e52c12115157 branch April 25, 2026 19:22
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.

3 participants