Skip to content

Commit a7c6891

Browse files
committed
Fix renovate regex check caused by #699
1 parent c3ff197 commit a7c6891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"fileMatch": ["^\\.github/workflows/test_typst_out_action\\.yml$"],
1717
"matchStrings": [
18-
"- (?<currentDigest>.*?) # specify a version (updated to the latest release by renovate)"
18+
"- (?<currentDigest>.*?) # specify a commit hash (updated to the latest main hash by renovate)"
1919
],
2020
"depNameTemplate": "typst/typst",
2121
"lookupNameTemplate": "https://github.com/typst/typst.git",
@@ -25,7 +25,7 @@
2525
{
2626
"fileMatch": ["^\\.github/workflows/test_typst_out_action\\.yml$"],
2727
"matchStrings": [
28-
"- (?<currentValue>.*?) # specify a commit hash (updated to the latest main hash by renovate)"
28+
"- (?<currentValue>.*?) # specify a version (updated to the latest release by renovate)"
2929
],
3030
"datasourceTemplate": "github-releases",
3131
"versioningTemplate": "loose",

0 commit comments

Comments
 (0)