1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-21 14: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: [
"config:base",
"config:recommended",
":dependencyDashboard",
":prHourlyLimitNone",
":prConcurrentLimitNone",
@ -30,8 +30,9 @@
commitMessagePrefix: "ci: ",
},
],
regexManagers: [
customManagers: [
{
customType: "regex",
fileMatch: ["\.rb$", "^Rakefile$"],
matchStrings: [
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s.*_version = '(?<currentValue>.*)'\\s"