chore: add renovate config
Build image / build (push) Successful in 4m59s Details

This commit is contained in:
Morre 2023-10-12 22:36:58 +02:00
parent d30fd01ad1
commit 5099ea7d78
Signed by: morre
GPG Key ID: BFED22AA844DE3A8
1 changed files with 11 additions and 0 deletions

11
renovate.json Normal file
View File

@ -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"]
}
]
}