1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-22 00:54:22 +01:00

project: fix Renovate config

This commit is contained in:
cn 2024-05-16 17:25:35 +02:00 committed by Christian Nicolai
parent e546d03d9f
commit 6a933194f3

View File

@ -1,6 +1,6 @@
{ {
extends: [ extends: [
"config:base", "config:recommended",
":dependencyDashboard", ":dependencyDashboard",
":prHourlyLimitNone", ":prHourlyLimitNone",
":prConcurrentLimitNone", ":prConcurrentLimitNone",
@ -30,8 +30,9 @@
commitMessagePrefix: "ci: ", commitMessagePrefix: "ci: ",
}, },
], ],
regexManagers: [ customManagers: [
{ {
customType: "regex",
fileMatch: ["\.rb$", "^Rakefile$"], fileMatch: ["\.rb$", "^Rakefile$"],
matchStrings: [ matchStrings: [
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*_version = '(?<currentValue>.*)'\\s" "renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*_version = '(?<currentValue>.*)'\\s"