From cef965097a1a7cce706fbc1e72b20f2f582b3b4e Mon Sep 17 00:00:00 2001 From: halprin Date: Wed, 6 Sep 2023 14:17:36 -0600 Subject: [PATCH] Stop Renovate from pinning digests --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 375127073..827906114 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,5 +23,6 @@ "matchPackageNames": ["ca.uhn.hapi.fhir:org.hl7.fhir.utilities"], "allowedVersions": "!/5\\.6\\.881/" } - ] + ], + "pinDigests": false }