Skip to content

Commit

Permalink
docs(dependency pinning): drop reference to motto (#27746)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Mar 6, 2024
1 parent d64dc70 commit 6540ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/dependency-pinning.md
Expand Up @@ -186,7 +186,7 @@ You could even be running `yarn upgrade` regularly to be getting _indirect_ pack
So the lock file does not solve the same SemVer problems that pinning solves - but it compliments it.
For this reason our usual recommendation is using a lock file regardless of whether you pin dependencies or not, and pinning even if you have a lock file.

Don't forget though that our motto is "Flexible, so you don't need to be", so go ahead and configure however you want.
But you may also go ahead and configure however you want.
Also, we're open to ideas for how to make lock file updates more "visible" too.
e.g. are you interested in a Renovate feature where you get a lockfile-only PR any time a direct dependency gets an in-range update?

Expand Down

0 comments on commit 6540ff7

Please sign in to comment.