From aaf7e08f6aa731cce20b2920388487a9c4b226b3 Mon Sep 17 00:00:00 2001 From: Scott Vandehey Date: Tue, 16 May 2023 17:00:41 -0700 Subject: [PATCH] pin dependencies --- .renovaterc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index ca75b6e3..c0bf0ca1 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,5 +1,6 @@ { "extends": ["config:base", ":automergeMinor"], "dependencyDashboard": true, - "commitMessageSuffix": "[skip netlify]" + "commitMessageSuffix": "[skip netlify]", + "rangeStrategy": "pin" }