[ci] Configure renovate to update the CTS (#7879)

This commit is contained in:
Andy Leiserson 2025-07-03 20:34:23 -07:00 committed by GitHub
parent b695317a9b
commit c3ceae97dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,26 @@
"deno_*"
],
"enabled": false
},
{
"description": "CTS revision is pinned to a Git SHA.",
"matchPackageNames": [
"https://github.com/gpuweb/cts"
],
"versioning": "git"
}
],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/^cts_runner\\/revision\\.txt$/"],
"matchStrings": [
"(?<currentDigest>.{40})"
],
"currentValueTemplate": "gh-pages",
"depNameTemplate": "cts",
"packageNameTemplate": "https://github.com/gpuweb/cts",
"datasourceTemplate": "git-refs"
}
]
}