mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[ci] Configure renovate to update the CTS (#7879)
This commit is contained in:
parent
b695317a9b
commit
c3ceae97dd
@ -104,6 +104,26 @@
|
|||||||
"deno_*"
|
"deno_*"
|
||||||
],
|
],
|
||||||
"enabled": false
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user