From 59ad8c0f634c0b811a75486158a5a48cbff409f9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 23 Feb 2024 18:58:12 +1100 Subject: [PATCH] Do not update pinned dependencies --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d1d824335..693007442 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,5 +13,6 @@ "separateMajorMinor": "false" } ], - "schedule": ["on the 3rd day of the month"] + "schedule": ["on the 3rd day of the month"], + "updatePinnedDependencies": false }