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:
parent
e546d03d9f
commit
6a933194f3
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user