Skip to content

Commit

Permalink
Adjust dependabot config (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
haworku authored Aug 12, 2020
1 parent bbae3a2 commit 0e0df9c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: '/'
schedule:
interval: weekly
time: '10:00'
time: '6:00'
timezone: PST8PDT
pull-request-branch-name:
separator: '-'
Expand Down Expand Up @@ -41,3 +41,16 @@ updates:
- 'type: example'
allow:
- dependency-type: development
ignore:
- dependency-name: react
versions:
- '^16.11.0'
- dependency-name: react-dom
versions:
- '^16.11.0'
- dependency-name: '@types/react'
versions:
- '^16.10.0'
- dependency-name: '@types/react-dom'
versions:
- '^16.10.0'

0 comments on commit 0e0df9c

Please sign in to comment.