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 f3a87b8 commit e9769b9Copy full SHA for e9769b9
1 file changed
.github/renovate.json
@@ -16,14 +16,14 @@
16
"customManagers": [
17
{
18
"customType": "regex",
19
- "fileMatch": ["pom.xml"],
+ "managerFilePatterns": ["/pom.xml/"],
20
"matchStrings": ["<node.version>(?<currentValue>.*?)</node.version>"],
21
"depNameTemplate": "node",
22
"datasourceTemplate": "node-version"
23
},
24
25
26
27
"matchStrings": ["<npm.version>(?<currentValue>.*?)</npm.version>"],
28
"depNameTemplate": "npm",
29
"datasourceTemplate": "npm"
0 commit comments