Skip to content

Commit c3ceae9

Browse files
[ci] Configure renovate to update the CTS (#7879)
1 parent b695317 commit c3ceae9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,26 @@
104104
"deno_*"
105105
],
106106
"enabled": false
107+
},
108+
{
109+
"description": "CTS revision is pinned to a Git SHA.",
110+
"matchPackageNames": [
111+
"https://github.com/gpuweb/cts"
112+
],
113+
"versioning": "git"
114+
}
115+
],
116+
"customManagers": [
117+
{
118+
"customType": "regex",
119+
"managerFilePatterns": ["/^cts_runner\\/revision\\.txt$/"],
120+
"matchStrings": [
121+
"(?<currentDigest>.{40})"
122+
],
123+
"currentValueTemplate": "gh-pages",
124+
"depNameTemplate": "cts",
125+
"packageNameTemplate": "https://github.com/gpuweb/cts",
126+
"datasourceTemplate": "git-refs"
107127
}
108128
]
109129
}

0 commit comments

Comments
 (0)