chore(renovate): reconfigure node versioning
This commit is contained in:
parent
85f2727872
commit
baa7c8f975
1 changed files with 6 additions and 13 deletions
|
@ -60,7 +60,9 @@
|
||||||
{
|
{
|
||||||
"description": "Group nodejs packages",
|
"description": "Group nodejs packages",
|
||||||
"matchDepNames": ["node", "docker.io/node", "docker.io/library/node"],
|
"matchDepNames": ["node", "docker.io/node", "docker.io/library/node"],
|
||||||
"groupName": "nodejs packages"
|
"groupName": "nodejs packages",
|
||||||
|
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
||||||
|
"versioning": "node"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge renovate updates",
|
"description": "Automerge renovate updates",
|
||||||
|
@ -71,20 +73,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Split minor and patch updates",
|
"description": "Split minor and patch updates",
|
||||||
"matchDepNames": [
|
"matchDepNames": ["vue", "github.com/urfave/cli/v2", "swagger-ui-dist"],
|
||||||
"vue",
|
|
||||||
"github.com/urfave/cli/v2",
|
|
||||||
"swagger-ui-dist"
|
|
||||||
],
|
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge patch updates",
|
"description": "Automerge patch updates",
|
||||||
"matchDepNames": [
|
"matchDepNames": ["vue", "github.com/urfave/cli/v2", "swagger-ui-dist"],
|
||||||
"vue",
|
|
||||||
"github.com/urfave/cli/v2",
|
|
||||||
"swagger-ui-dist"
|
|
||||||
],
|
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
@ -127,8 +121,7 @@
|
||||||
"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