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 31, 2024
1 parent 3841dc4 commit 6046f64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ updates:
directory: /
schedule:
interval: weekly

- 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 6046f64

Please sign in to comment.