mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
chore(renovate): fix config
This commit is contained in:
parent
fbbbd36535
commit
28d186a13d
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^.forgejo/workflows/.+\\.yml$"],
|
"fileMatch": ["^.forgejo/workflows/.+\\.yml$"],
|
||||||
"matchStrings": ["\\s+node-version: ['\"]?(?<currentValue>.+?)['\"]?\\s"],
|
"matchStrings": ["\\s+node-version: ['\"]?(?<currentValue>.+?)['\"]?\\s"],
|
||||||
"depNameTemplate": "node"
|
"depNameTemplate": "node",
|
||||||
|
"datasourceTemplate": "node-version"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Update deps inside Makefile",
|
"description": "Update deps inside Makefile",
|
||||||
|
|
Loading…
Reference in a new issue