From b41f2bd0bdc153b0e9dfa8a20654a6f457c7ab78 Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Fri, 29 May 2026 02:40:50 -0700 Subject: [PATCH] update min release age --- .github/renovate.json | 1 + pnpm-workspace.yaml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 5744ff66..7f8b4b33 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,6 +21,7 @@ "schedule": [ "* 0-3 * * 1" ], + "minimumReleaseAge": "1 day", "automerge": true }, { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fac3c901..7812aaf0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,8 @@ + +# trustLockfile effectively breaks out automated workflows +# as pnpm will check on each fresh install. We use Renovate to handle +# our lockfiles, and with proper protections as well. So, this is just annoying +trustLockfile: true + allowBuilds: msw: false