We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b695317 commit c3ceae9Copy full SHA for c3ceae9
renovate.json
@@ -104,6 +104,26 @@
104
"deno_*"
105
],
106
"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"
127
}
128
]
129
0 commit comments