mirror of
https://github.com/immich-app/immich.git
synced 2025-02-15 19:36:04 +02:00
ci: group docker node and npm node updates together (#10625)
also should fix @types/node not being correct versions
This commit is contained in:
parent
5912fcc393
commit
91af793b52
@ -15,6 +15,7 @@
|
||||
"groupName": "typescript-projects",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
|
||||
"excludePackageNames": ["node", "@types/node"],
|
||||
"schedule": "on tuesday"
|
||||
},
|
||||
{
|
||||
@ -57,6 +58,15 @@
|
||||
"minimumReleaseAge": "0"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["npm"],
|
||||
"rangeStrategy": "bump",
|
||||
"groupName": "node",
|
||||
"versioning": "node",
|
||||
"matchPackageNames": ["node", "@types/node"],
|
||||
"schedule": "on tuesday"
|
||||
},
|
||||
{
|
||||
"groupName": "node",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["node"],
|
||||
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
||||
|
Loading…
x
Reference in New Issue
Block a user