mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Teach renovate about hakDependencies (#33147)
* Teach renovate about hakDependencies * Update testcontainers-docker slug
This commit is contained in:
parent
421fbe4a52
commit
e8b4b9b6ed
15
.github/renovate.json
vendored
15
.github/renovate.json
vendored
@ -5,8 +5,8 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "testcontainers docker digests",
|
||||
"groupSlug": "{{manager}}-docker-digests",
|
||||
"matchManagers": ["custom.regex"],
|
||||
"groupSlug": "testcontainers-docker",
|
||||
"matchDepTypes": ["testcontainers-docker"],
|
||||
"matchPackageNames": ["*"]
|
||||
}
|
||||
],
|
||||
@ -17,7 +17,16 @@
|
||||
"versioningTemplate": "loose",
|
||||
"description": "Update testcontainers docker digests",
|
||||
"managerFilePatterns": ["**/testcontainers/*.ts"],
|
||||
"matchStrings": ["\\s+\"(?<depName>[^@]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\""]
|
||||
"matchStrings": ["\\s+\"(?<depName>[^@]+):(?<currentValue>[^@]+)@(?<currentDigest>sha256:[a-f0-9]+)\""],
|
||||
"depTypeTemplate": "testcontainers-docker"
|
||||
},
|
||||
{
|
||||
"customType": "jsonata",
|
||||
"fileMatch": ["(^|/)package\\.json$"],
|
||||
"fileFormat": "json",
|
||||
"matchStrings": ["hakDependencies.$each(function($v, $k) { { 'packageName': $k, 'currentValue': $v } })"],
|
||||
"datasourceTemplate": "npm",
|
||||
"depTypeTemplate": "hak"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user