chore(config): migrate config .github/renovate.json5

This commit is contained in:
renovate[bot] 2025-06-07 16:14:48 +00:00 committed by GitHub
parent 1f882bf014
commit e6accde711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,8 +62,8 @@
customManagers: [
{
customType: 'regex',
fileMatch: [
'.+\\.ya?ml$',
managerFilePatterns: [
'/.+\\.ya?ml$/',
],
matchStrings: [
': (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\\s]+)(?: lookupName=(?<packageName>[^\\s]+))?(?: versioning=(?<versioning>[a-z-]+))?(?: extractVersion=(?<extractVersion>[^\\s]+))?',