12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>open/renovate-config"],
|
|
"customManagers": [
|
|
{
|
|
"datasourceTemplate": "node-version",
|
|
"matchStrings": ["https://deb.nodesource.com/node_(?<currentValue>.*).x"],
|
|
"fileMatch": ["nodesource.list"]
|
|
}
|
|
]
|
|
}
|