Skip to content

Commit e9769b9

Browse files
Migrate config .github/renovate.json (#1105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3a87b8 commit e9769b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"customManagers": [
1717
{
1818
"customType": "regex",
19-
"fileMatch": ["pom.xml"],
19+
"managerFilePatterns": ["/pom.xml/"],
2020
"matchStrings": ["<node.version>(?<currentValue>.*?)</node.version>"],
2121
"depNameTemplate": "node",
2222
"datasourceTemplate": "node-version"
2323
},
2424
{
2525
"customType": "regex",
26-
"fileMatch": ["pom.xml"],
26+
"managerFilePatterns": ["/pom.xml/"],
2727
"matchStrings": ["<npm.version>(?<currentValue>.*?)</npm.version>"],
2828
"depNameTemplate": "npm",
2929
"datasourceTemplate": "npm"

0 commit comments

Comments
 (0)