Skip to content

Commit

Permalink
Disable node majors
Browse files Browse the repository at this point in the history
I thought we always had this tbh, but for the same reason we exclude `@types/node`, it doesn't really make sense to bump .nvmrc in isolation.
Skuba intends to release an autofix to get us more of the way there in one bang, later this year.
  • Loading branch information
AaronMoat committed Nov 3, 2024
1 parent 988e4f0 commit 16c7157
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@

"enabled": false
},
{
"matchDepNames": ["node"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["serverless"],
Expand Down
5 changes: 5 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchDepNames": ["node"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["serverless"],
Expand Down

0 comments on commit 16c7157

Please sign in to comment.