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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-09 12:32:42 +02:00
committed by GitHub
parent b533496248
commit 590f962e48

View File

@ -11,8 +11,8 @@
customManagers: [ customManagers: [
{ {
customType: 'regex', customType: 'regex',
fileMatch: [ managerFilePatterns: [
'\\.yaml$', '/\\.yaml$/',
], ],
matchStrings: [ matchStrings: [
'# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: ["\']?(?<currentValue>.+?)["\']?\\n', '# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: ["\']?(?<currentValue>.+?)["\']?\\n',