chore(renovate): reconfigure node versioning

This commit is contained in:
Michael Kriese 2024-05-03 09:08:03 +02:00
parent 85f2727872
commit baa7c8f975
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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",