From 9d021687771e6a63333cc57db1e2a8e872105530 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero Date: Sat, 11 Jul 2020 10:12:10 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20Allow=20semver=20ranges=20for=20non-de?= =?UTF-8?q?vDependencies=20=E2=80=93=20renovate-bot=20should=20no=20longer?= =?UTF-8?q?=20force=20the=20change.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates Renovate configuration to use "config:js-lib" (https://docs.renovatebot.com/presets-config/#configjs-lib), this introduces the ":pinOnlyDevDependencies" configuration. see: #590 --- package.json | 2 +- renovate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 52f643058..134afad0f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/renovate.json b/renovate.json index f45d8f110..6df9c45d7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "extends": [ - "config:base" + "config:js-lib" ] }