Skip to content

Commit 714ee02

Browse files
committed
try
1 parent e5ad045 commit 714ee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"^.github/workflows/"
226226
],
227227
"matchStrings": [
228-
"pip install (?<depName>[^=]+)==(?<currentValue>[^\\s]+) --hash=(?<currentDigest>[^\\s]+)"
228+
"pip install (?<depName>[^=]+)==(?<currentValue>[^\\s]+) --hash=sha256:(?<currentDigest>[^\\s]+)"
229229
]
230230
},
231231
{

0 commit comments

Comments
 (0)