1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-07 19:15:04 +02:00

project: update Renovate config migration

This commit is contained in:
cn 2025-06-05 23:03:03 +02:00
parent 3825f57521
commit 685854aad3

View File

@ -40,7 +40,7 @@
customManagers: [ customManagers: [
{ {
customType: "regex", customType: "regex",
fileMatch: ["\.rb$", "^Rakefile$"], managerFilePatterns: ["/.rb$/", "/^Rakefile$/"],
matchStrings: [ matchStrings: [
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*_version = '(?<currentValue>.*)'\\s" "renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*_version = '(?<currentValue>.*)'\\s"
] ]