We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ee046 commit e8a922fCopy full SHA for e8a922f
.renovaterc.json
@@ -6,8 +6,8 @@
6
"customManagers": [
7
{
8
"customType": "regex",
9
- "fileMatch": [
10
- "^integration-tests/.*(-init\\.patch|\\.sh)$"
+ "managerFilePatterns": [
+ "/^integration-tests/.*(-init\\.patch|\\.sh)$/"
11
],
12
"matchStrings": [
13
"\\b(?<packageName>[a-z0-9_.-]+?:[a-z0-9_.-]+?):(?<currentValue>[^:]+?):[a-zA-Z0-9_-]+\\b",
0 commit comments