Skip to content

Commit

Permalink
docs(dependency-pinning): use document fragment (#13464)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jan 10, 2022
1 parent 1194cc7 commit 013189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/dependency-pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: The pros and cons of dependency pinning for JavaScript/npm
Once you start using a tool/service like Renovate, probably the biggest decision you need to make is whether to "pin" your dependencies instead of using SemVer ranges.
The answer is "It's your choice", however we can certainly make some generalisations/recommendations to help you.

If you do not want to read the in-depth discussion, and just want our recommendations, you can skip to the bottom.
If you do not want to read the in-depth discussion, and just want our recommendations, skip ahead to the ["So what's best?" section](#so-whats-best).

## What is Dependency Pinning?

Expand Down

0 comments on commit 013189b

Please sign in to comment.