chore: ignore electron-notarize for updates for the time being
This commit is contained in:
Родитель
7e04c00e52
Коммит
677cf9d1b0
|
@ -9,6 +9,7 @@ updates:
|
|||
# aws-sdk upgrades too often, do this manually
|
||||
- dependency-name: aws-sdk
|
||||
- dependency-name: commander
|
||||
- dependency-name: electron-notarize
|
||||
- dependency-name: log-symbols
|
||||
- dependency-name: typescript
|
||||
versions: ['4.1.x', '4.2.x', '4.3.x']
|
||||
|
|
|
@ -7,6 +7,7 @@ const { spawn } = require('@malept/cross-spawn-promise')
|
|||
const DO_NOT_UPGRADE = [
|
||||
'@typescript-eslint/eslint-plugin', // special case
|
||||
'commander', // TODO: convert to yargs
|
||||
'electron-notarize', // There's a bug in the TypeScript definition which affects Packager
|
||||
'log-symbols', // Requires ESM
|
||||
'typescript' // Promisify issues, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49699
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче