Skip to content

Commit

Permalink
ci: add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Nov 13, 2021
1 parent 0729263 commit 64e4364
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,13 @@
version: 2

updates:
# Production dependencies
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
time: '00:00'
open-pull-requests-limit: 1
allow:
- dependency-type: 'direct'

0 comments on commit 64e4364

Please sign in to comment.