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 Jul 1, 2024
1 parent 0e23aee commit d74b213
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ updates:
directory: /
schedule:
interval: weekly
# Disable version updates and keep only security updates
open-pull-requests-limit: 0
- 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 d74b213

Please sign in to comment.