Skip to content

Commit 3582fa9

Browse files
authored
fix renovate regex (#108)
1 parent 45aa7c7 commit 3582fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"/^Makefile$/"
1111
],
1212
"matchStrings": [
13-
"#\\s*renovate:\\s*?(suite=(?<suite>.*?))?\\s*depName=(?<depName>.*?)?\\sENV .*?_VERSION=\"(?<currentValue>.*)\""
13+
"#\\s*renovate:\\s*?(suite=(?<suite>.*?))?\\s*depName=(?<depName>.*?)?\\s.*?_VERSION = (?<currentValue>.*)"
1414
],
1515
"registryUrlTemplate": "https://deb.debian.org/debian?suite={{#if suite }}{{suite}}{{else}}stable{{/if}}&components=main,contrib,non-free&binaryArch=amd64",
1616
"datasourceTemplate": "deb"
@@ -36,7 +36,7 @@
3636
],
3737
"matchStringsStrategy": "any",
3838
"matchStrings": [
39-
"# renovate: gh:(?<packageName>[\\w\\d\\/]+)\nXMLSEC_VERSION = (?<currentValue>.*)"
39+
"# renovate: gh:(?<packageName>[\\w\\d\\/]+)\n.*?_VERSION = (?<currentValue>.*)"
4040
],
4141
"datasourceTemplate": "github-releases",
4242
"versioningTemplate": "semver"

0 commit comments

Comments
 (0)