Skip to content

Commit

Permalink
chore: exclude @types/node from batch update (#2790)
Browse files Browse the repository at this point in the history
This package regularly causes the batch update to fail because of the
deprecated Angular Demo App no longer able to build.
  • Loading branch information
gfellerph authored Mar 14, 2024
1 parent 615e209 commit 042742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"matchPackagePatterns": ["*"],
"excludePackageNames": ["typescript", "bootstrap"],
"excludePackageNames": ["typescript", "bootstrap", "@types/node"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
Expand Down

0 comments on commit 042742c

Please sign in to comment.