File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments