mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 16:51:29 +00:00
fix(ci): fix regex manager name for node version
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
dfba39266a
commit
e32139a54e
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@
|
|||
"matchStrings": [
|
||||
"NODE_VERSION=(?<currentValue>.*?)\\n"
|
||||
],
|
||||
"datasourceTemplate" : "node"
|
||||
"datasourceTemplate" : "node",
|
||||
"depNameTemplate" : "node version in workflows"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue