fix(ci): fix regex manager name for node version

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-03 22:04:14 +01:00
parent dfba39266a
commit e32139a54e

View file

@ -110,7 +110,8 @@
"matchStrings": [
"NODE_VERSION=(?<currentValue>.*?)\\n"
],
"datasourceTemplate" : "node"
"datasourceTemplate" : "node",
"depNameTemplate" : "node version in workflows"
}
]
}