71685f9419d87ae8baecbf93ab85d44728e9b645
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.
Description
No description provided
Languages
Nix
80.2%
Emacs Lisp
10.2%
Shell
6.3%
Python
3.3%