Skip to content

Commit

Permalink
chore: Allow semver ranges for non-devDependencies – renovate-bot sho…
Browse files Browse the repository at this point in the history
…uld no longer force the change.

Updates Renovate configuration to use "config:js-lib" (https://docs.renovatebot.com/presets-config/#configjs-lib), this introduces the ":pinOnlyDevDependencies" configuration.

see: #590
  • Loading branch information
Joe Bottigliero committed Jul 11, 2020
1 parent b3b5eed commit 9d02168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"detect-indent": "6.0.0",
"detect-newline": "3.1.0",
"dotgitignore": "2.1.0",
"figures": "3.1.0",
"figures": "^3.1.0",
"find-up": "4.1.0",
"fs-access": "1.0.1",
"git-semver-tags": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
@@ -1,5 +1,5 @@
{
"extends": [
"config:base"
"config:js-lib"
]
}

0 comments on commit 9d02168

Please sign in to comment.