Skip to content

Commit e8a922f

Browse files
Replace deprecated Renovate configuration (#1979)
1 parent e4ee046 commit e8a922f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.renovaterc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"customManagers": [
77
{
88
"customType": "regex",
9-
"fileMatch": [
10-
"^integration-tests/.*(-init\\.patch|\\.sh)$"
9+
"managerFilePatterns": [
10+
"/^integration-tests/.*(-init\\.patch|\\.sh)$/"
1111
],
1212
"matchStrings": [
1313
"\\b(?<packageName>[a-z0-9_.-]+?:[a-z0-9_.-]+?):(?<currentValue>[^:]+?):[a-zA-Z0-9_-]+\\b",

0 commit comments

Comments
 (0)