Skip to content

Commit 53a10ea

Browse files
committed
Try fix renovate
1 parent a7c6891 commit 53a10ea

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

.github/workflows/test_typst_out_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
typst_version:
1616
- latest
17-
- v0.12.0 # specify a version (updated to the latest release by renovate)
18-
- dacd6acd5e73d35c6e7a7a3b144f16ae70d03daa # specify a commit hash (updated to the latest main hash by renovate)
17+
- v0.12.0 # specify a version
18+
- dacd6acd5e73d35c6e7a7a3b144f16ae70d03daa # specify a commit hash
1919
os: [ubuntu-latest, macos-latest, windows-latest]
2020
fail-fast: false
2121
runs-on: ${{ matrix.os }}

renovate.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,18 @@
1414
"regexManagers": [
1515
{
1616
"fileMatch": ["^\\.github/workflows/test_typst_out_action\\.yml$"],
17-
"matchStrings": [
18-
"- (?<currentDigest>.*?) # specify a commit hash (updated to the latest main hash by renovate)"
19-
],
17+
"matchStrings": ["- (?<currentValue>.*?) # specify a version"],
18+
"datasourceTemplate": "github-releases",
19+
"versioningTemplate": "loose",
20+
"depNameTemplate": "typst/typst"
21+
},
22+
{
23+
"fileMatch": ["^\\.github/workflows/test_typst_out_action\\.yml$"],
24+
"matchStrings": ["- (?<currentDigest>.*?) # specify a commit hash"],
2025
"depNameTemplate": "typst/typst",
2126
"lookupNameTemplate": "https://github.com/typst/typst.git",
2227
"datasourceTemplate": "git-refs",
2328
"currentValueTemplate": "main"
24-
},
25-
{
26-
"fileMatch": ["^\\.github/workflows/test_typst_out_action\\.yml$"],
27-
"matchStrings": [
28-
"- (?<currentValue>.*?) # specify a version (updated to the latest release by renovate)"
29-
],
30-
"datasourceTemplate": "github-releases",
31-
"versioningTemplate": "loose",
32-
"depNameTemplate": "typst/typst"
3329
}
3430
],
3531
"pre-commit": {

0 commit comments

Comments
 (0)