runner-images/renovate.json

13 lines
350 B
JSON
Raw Permalink Normal View History

2023-10-12 20:36:58 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>open/renovate-config"],
"customManagers": [
{
"datasourceTemplate": "node-version",
2023-10-13 07:42:09 +00:00
"depNameTemplate": "node",
2023-10-12 20:36:58 +00:00
"matchStrings": ["https://deb.nodesource.com/node_(?<currentValue>.*).x"],
"fileMatch": ["nodesource.list"]
}
]
}