Skip to content

Commit 85f087c

Browse files
chore(config): migrate config .github/renovate.json (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 425785c commit 85f087c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
"customManagers": [
9292
{
9393
"customType": "regex",
94-
"fileMatch": [
95-
"Makefile$",
96-
"\\.sh$"
94+
"managerFilePatterns": [
95+
"/Makefile$/",
96+
"/\\.sh$/"
9797
],
9898
"matchStrings": [
9999
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s.+?_(VERSION|version) *[?:]?= *\"?(?<currentValue>.+?)\"?\\s"

0 commit comments

Comments
 (0)