Skip to content

Commit

Permalink
feat: auto update dependencies using github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarshshah committed Jun 15, 2020
1 parent d8fbee4 commit 826cb26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 1
update_configs:
- package_manager: 'javascript'
directory: '/'
update_schedule: 'daily'
automerged_updates:
- match:
dependency_type: 'all'
update_type: 'all'
version_requirement_updates: 'widen_ranges'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iamdarshshah",
"version": "1.0.5",
"version": "1.0.6",
"description": "🃏 npx business card",
"keywords": [
"npm",
Expand Down

0 comments on commit 826cb26

Please sign in to comment.