Skip to content

Commit

Permalink
enable dependabot monitoring for specific dependencies in project (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Mar 8, 2021
1 parent acf0e8b commit 943a1e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
open-pull-requests-limit: 5
schedule:
interval: 'weekly'
allow:
- dependency-name: 'electron-builder'
- dependency-name: 'electron-packager'
- dependency-name: 'electron-installer-*'

0 comments on commit 943a1e5

Please sign in to comment.