We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392fc69 commit b7ef8fdCopy full SHA for b7ef8fd
renovate.json
@@ -80,13 +80,13 @@
80
],
81
"regexManagers": [
82
{
83
- "fileMatch": ["^pom\\.xml$"],
+ "fileMatch": ["^.*\/pom\\.xml$"],
84
"matchStrings": ["\\<grpc\\.version>(?<currentValue>.*?)\\<\\/grpc\\.version\\>"],
85
"depNameTemplate": "io.grpc:protoc-gen-grpc-java",
86
"datasourceTemplate": "maven"
87
},
88
89
90
"matchStrings": ["\\<protobuf\\.version>(?<currentValue>.*?)\\<\\/protobuf\\.version\\>"],
91
"depNameTemplate": "com.google.protobuf:protoc",
92
0 commit comments