829d625514d5849c8651ca569a3f4a11b192a991
The autoReplaceStringTemplate was outputting {{{newDigest}}} which
resolves to just the hex hash (e.g. 04e2738...) without the sha256:
prefix. Since the regex expects to match "sha256:(?<currentDigest>)"
and the file stores digests as "sha256:HASH", the replacement produced
a digest value missing the prefix. Renovate detected this mismatch
("Digest is not updated") and failed with "Error updating branch:
update failure".
…
Description
No description provided
Languages
Nix
80.2%
Emacs Lisp
10.2%
Shell
6.3%
Python
3.3%