mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs(nuget): Document lockfile exception (#13878)
This commit is contained in:
parent
54f5adf922
commit
b17dc19da7
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ In this example we defined 3 NuGet feeds.
|
|||
The package resolving process uses the `merge` strategy to handle the 3 feeds.
|
||||
All feeds are checked for dependency updates, and duplicate updates are merged/joined together into a single dependency update.
|
||||
|
||||
If your project uses lockfiles (a `package.lock.json` exists), alternate feed settings must be defined in a `NuGet.config` only, as `registryUrls` are not passed through to the NuGet commands used.
|
||||
|
||||
### Protocol versions
|
||||
|
||||
NuGet supports two protocol versions, `v2` and `v3`, the NuGet client and server must use the same protocol version.
|
||||
|
|
Loading…
Reference in a new issue