Commit 7e0c2e8
committed
fix: point the nuget dependabot entry at the project directories
The nuget entry was set to "/", which has produced no PRs in the repo's ten
months. The root holds no .csproj, and the solution is .slnx, which Dependabot
does not read, so it discovered nothing there.
Point it at the three directories that do hold a .csproj instead. Central
Package Management means those resolve their versions from
Directory.Packages.props, which is the file the updates land in.
The pins had drifted meanwhile: TUnit 1.43.11 against 1.61.0 upstream,
Testcontainers.PostgreSql 4.11.0 against 4.13.0, Scalar.AspNetCore 2.14.0
against 2.16.15. These are minor bumps, which the patch-only ignore does not
cover, so they should have been offered.
Claude-Session: https://claude.ai/code/session_01Mzkzx3hJsXN26mZZ8RXdEX1 parent 7dc4437 commit 7e0c2e8
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments