Skip to content

Commit

Permalink
chore: Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Mar 13, 2020
1 parent be2ed95 commit 52006aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 1
update_configs:
# Dependencies
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
default_assignees:
- "franky47"
# GitHub Actions
- package_manager: "github_actions"
directory: "/"
update_schedule: "weekly"
default_reviewers:
- "franky47"
default_assignees:
- "franky47"

0 comments on commit 52006aa

Please sign in to comment.