From c474a32dd0f400fae80124eb64d69d6a8ed83ccb Mon Sep 17 00:00:00 2001 From: cplieger <917744+cplieger@users.noreply.github.com> Date: Wed, 12 Aug 2026 04:01:50 +0200 Subject: [PATCH] feat(renovate): repin web-terminal npm sha256 pins with the bump Adds @cplieger/web-terminal-engine and @cplieger/web-terminal-ui to the postUpgradeTasks repin rule, so consumers pinning those npm tarballs by sha256 in a Dockerfile get the recompute folded into the same Renovate commit and the PR is born green instead of waiting for a manual curl | sha256sum. No-op for any repo without a matching `# repin:` marker, and the allowlist in homelab/apps/renovate keeps the mechanism fail-closed. --- default.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.json b/default.json index d6b3a0b..0390ee3 100644 --- a/default.json +++ b/default.json @@ -170,6 +170,8 @@ "custom.regex" ], "matchDepNames": [ + "@cplieger/web-terminal-engine", + "@cplieger/web-terminal-ui", "acassen/keepalived", "cplieger/tool-catalog", "emikulic/darkhttpd",