chore: add renovate config
Build image / build (push) Successful in 4m59s
Details
Build image / build (push) Successful in 4m59s
Details
This commit is contained in:
parent
d30fd01ad1
commit
5099ea7d78
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue