Skip to content

Commit

Permalink
chore: don't pin versions in package.json
Browse files Browse the repository at this point in the history
That's what the lock file is for. It loses information about our actual constraints.
  • Loading branch information
alexeagle authored Aug 2, 2022
1 parent 8577e7e commit 5f8079f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"config:base"
"config:base",
":preserveSemverRanges"
]
}

0 comments on commit 5f8079f

Please sign in to comment.