Skip to content

Commit b7ef8fd

Browse files
authored
chore: fix regex for file matching in renovate config (#1689)
1 parent 392fc69 commit b7ef8fd

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
@@ -80,13 +80,13 @@
8080
],
8181
"regexManagers": [
8282
{
83-
"fileMatch": ["^pom\\.xml$"],
83+
"fileMatch": ["^.*\/pom\\.xml$"],
8484
"matchStrings": ["\\<grpc\\.version>(?<currentValue>.*?)\\<\\/grpc\\.version\\>"],
8585
"depNameTemplate": "io.grpc:protoc-gen-grpc-java",
8686
"datasourceTemplate": "maven"
8787
},
8888
{
89-
"fileMatch": ["^pom\\.xml$"],
89+
"fileMatch": ["^.*\/pom\\.xml$"],
9090
"matchStrings": ["\\<protobuf\\.version>(?<currentValue>.*?)\\<\\/protobuf\\.version\\>"],
9191
"depNameTemplate": "com.google.protobuf:protoc",
9292
"datasourceTemplate": "maven"

0 commit comments

Comments
 (0)