Skip to content

Commit

Permalink
chore: move to dependabot (#103)
Browse files Browse the repository at this point in the history
* chore: move to dependabot

* chore: add v5 branch to dependabot config
  • Loading branch information
imurchie committed Apr 1, 2020
1 parent 8a84a0c commit 4304720
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,9 @@
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
- package_manager: "javascript"
directory: "/"
target_branch: "v5"
update_schedule: "live"
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -7,7 +7,6 @@

[![Build Status](https://travis-ci.org/appium/node-simctl.svg?branch=master)](https://travis-ci.org/appium/node-simctl)
[![Coverage Status](https://coveralls.io/repos/appium/node-simctl/badge.svg?branch=master)](https://coveralls.io/r/appium/node-simctl?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/appium/node-simctl.svg)](https://greenkeeper.io/)

ES6/7 Node wrapper around Apple's `simctl` binary, the "Command line utility to control the iOS Simulator". `simctl` is run as a sub-command of [xcrun](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcrun.1.html)

Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -65,8 +65,5 @@
"mocha": "^7.0.1",
"pre-commit": "^1.1.3",
"sinon": "^9.0.0"
},
"greenkeeper": {
"ignore": []
}
}

0 comments on commit 4304720

Please sign in to comment.