Skip to content

Commit

Permalink
chore: ignore electron-notarize for updates for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 11, 2021
1 parent 7e04c00 commit 677cf9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
1 change: 1 addition & 0 deletions tools/update-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 677cf9d

Please sign in to comment.