Skip to content

Commit

Permalink
ci: group docker node and npm node updates together (immich-app#10625)
Browse files Browse the repository at this point in the history
also should fix @types/node not being correct versions
  • Loading branch information
zackpollard authored Jun 25, 2024
1 parent 5912fcc commit 91af793
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"groupName": "typescript-projects",
"matchUpdateTypes": ["minor", "patch"],
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
"excludePackageNames": ["node", "@types/node"],
"schedule": "on tuesday"
},
{
Expand Down Expand Up @@ -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>-.*)?$",
Expand Down

0 comments on commit 91af793

Please sign in to comment.