Skip to content

Commit

Permalink
Disable some package auto updates (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
huayang-codaio authored Jun 7, 2023
1 parent ae5c002 commit 742628f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
packageNames: ['isolated-vm'],
allowedVersions: '!/^4\\.4\\.2$/',
},

// pnpm 8.6.0 moves to a new lockfile version.
{
packageNames: ['pnpm'],
allowedVersions: '<8.6.0',
},

// see https://github.com/coda/packs-sdk/pull/2642
{
packageNames: ['open'],
allowedVersions: '<9.0.0',
},
],

pip_requirements: {
Expand Down

0 comments on commit 742628f

Please sign in to comment.