Skip to content

Commit

Permalink
chore: add tar latest major to ignore list
Browse files Browse the repository at this point in the history
let's postpone this one until it becomes more stable (I saw a few issues that came up on that repo after 7.0 was released). I'll probably wait a few months or postpone to Lerna-Lite next major
  • Loading branch information
ghiscoding committed Apr 17, 2024
1 parent 3a6440f commit 291bf01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
packageNames: ['npm-packlist'],
allowedVersions: '<6.0.0',
},
{
packageNames: ['tart'],
allowedVersions: '<7.0.0',
},
],
ignoreDeps: ['lee-dohm/no-response'],
schedule: ['every 2 weeks on Thursday'],
Expand Down

0 comments on commit 291bf01

Please sign in to comment.