Skip to content

Commit e3fb0e9

Browse files
Fix Renovate configuration (#168)
Remove trailing `,`.
1 parent 3a94f22 commit e3fb0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"customType": "regex",
1818
"description": "Update _VERSION variables in scripts",
1919
"managerFilePatterns": ["*.ps1", "*.sh"],
20-
"matchStrings": ["# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_version=(?<currentValue>.+?)\\s"],
20+
"matchStrings": ["# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_version=(?<currentValue>.+?)\\s"]
2121
}
2222
],
2323
"labels": [

0 commit comments

Comments
 (0)