Skip to content

Commit

Permalink
Add Dependabot config (#4253)
Browse files Browse the repository at this point in the history
* Add Dependabot config

* Disable automerge

* Remove configuration which duplicates available configs from web
  • Loading branch information
hudochenkov committed Sep 5, 2019
1 parent 6b59648 commit e89c6c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,7 @@
# https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "javascript"
ignored_updates:
- match:
dependency_name: "flow-bin"
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ git:
branches:
only:
- master
- /^greenkeeper/.*$/
- /^dependabot/.*$/

language: node_js

Expand Down

0 comments on commit e89c6c0

Please sign in to comment.