Skip to content

Commit 49b9e26

Browse files
Add dotnet tools manifest to dependabot (#1030)
Adds `/.config` to the `nuget` ecosystem directories in `.github/dependabot.yml` so that Dependabot tracks the dotnet local tools manifest at `.config/dotnet-tools.json` (currently containing `dotnet-ef` and `trx-to-vsplaylist`). Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent c2b3f66 commit 49b9e26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ updates:
1313
- package-ecosystem: "nuget" # See documentation for possible values
1414
directories:
1515
- "/"
16+
- "/.config"
1617
registries:
1718
- nuget-azure-artifacts
1819
schedule:

0 commit comments

Comments
 (0)