Skip to content

Commit

Permalink
chore(deps): skip dependencies that dropped Node 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Jul 12, 2024
1 parent 3ef73c3 commit 8f40779
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
packageNames: ['pnpm'],
allowedVersions: '<9.0.0',
},
// node-glob and rimraf new major releases dropped support for Node 18, we'll have to wait our next major to upgrade them
{
packageNames: ['glob'],
allowedVersions: '<11.0.0',
},
{
packageNames: ['rimraf'],
allowedVersions: '<6.0.0',
},
],
ignoreDeps: [
'node',
Expand Down

0 comments on commit 8f40779

Please sign in to comment.