mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
* Migrate config .github/renovate.json * Prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>matrix-org/renovate-config-element-web"],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "testcontainers docker digests",
|
|
"groupSlug": "testcontainers-docker",
|
|
"matchDepTypes": ["testcontainers-docker"],
|
|
"matchPackageNames": ["*"]
|
|
}
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "docker",
|
|
"versioningTemplate": "loose",
|
|
"description": "Update testcontainers docker digests",
|
|
"managerFilePatterns": ["**/testcontainers/*.ts"],
|
|
"matchStrings": ["\\s+\"(?<depName>[^@]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\""],
|
|
"depTypeTemplate": "testcontainers-docker"
|
|
},
|
|
{
|
|
"customType": "jsonata",
|
|
"managerFilePatterns": ["/(^|/)package\\.json$/"],
|
|
"fileFormat": "json",
|
|
"matchStrings": ["hakDependencies.$each(function($v, $k) { { 'packageName': $k, 'currentValue': $v } })"],
|
|
"datasourceTemplate": "npm",
|
|
"depTypeTemplate": "hak"
|
|
}
|
|
]
|
|
}
|