mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-13 17:32:07 +01:00
* Use Renovate to bump testcontainers digests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
16 lines
597 B
JSON
16 lines
597 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>matrix-org/renovate-config-element-web"],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "docker",
|
|
"versioningTemplate": "loose",
|
|
"description": "Update testcontainers docker digests",
|
|
"managerFilePatterns": ["**/testcontainers/*.ts"],
|
|
"matchStrings": ["\\s+\"(?<depName>[^@]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\""]
|
|
}
|
|
]
|
|
}
|