johno 71685f9419
CI / check (push) Failing after 25m17s
CI / build-and-cache (push) Has been skipped
CI / Check OpenClaw Changes (push) Has been skipped
CI / Build & Push OpenClaw Image (push) Has been skipped
fix(renovate): fix openclaw digest replacement and group updates into single PR
Two fixes:
1. The regex was splitting the digest as a literal 'sha256:' prefix plus
   a captured hex group. But the docker datasource's newDigest already
   includes the 'sha256:' prefix, so the template was producing
   'sha256:sha256:...' with the previous fix, or bare hex without it
   originally. Now the regex captures the full digest value including
   the prefix, and the template outputs it as-is.

2. Added a packageRule to group tag and digest updates for
   ghcr.io/openclaw/openclaw into a single PR instead of two separate ones.
2026-05-11 22:11:21 -07:00
2026-01-24 16:37:04 -08:00
2026-05-06 19:20:53 -07:00
2026-05-06 19:20:53 -07:00
2026-04-08 11:47:11 -07:00
2026-05-06 19:20:53 -07:00
S
Description
No description provided
24 MiB
Languages
Nix 80.2%
Emacs Lisp 10.2%
Shell 6.3%
Python 3.3%