diff --git a/.dependabot/config.yml b/.dependabot/config.yml new file mode 100644 index 00000000..4ee82747 --- /dev/null +++ b/.dependabot/config.yml @@ -0,0 +1,5 @@ +version: 1 +update_configs: + - package_manager: "javascript" + directory: "/" + update_schedule: "live" diff --git a/README.md b/README.md index 20fbf0e3..0517a3a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![Build Status](https://api.travis-ci.org/appium/appium-ios-simulator.png?branch=master)](https://travis-ci.org/appium/appium-ios-simulator) [![Coverage Status](https://coveralls.io/repos/appium/appium-ios-simulator/badge.svg?branch=master)](https://coveralls.io/r/appium/appium-ios-simulator?branch=master) -[![Greenkeeper badge](https://badges.greenkeeper.io/appium/appium-ios-simulator.svg)](https://greenkeeper.io/) Appium API for dealing with iOS simulators. Allows the user to find locations of directories and applications, gives access to settings in order to read from and write to simulator plists, and allows control over starting and stopping simulators. diff --git a/package.json b/package.json index e33e82be..cd3c94b1 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,5 @@ "pre-commit": "^1.1.3", "sinon": "^9.0.0", "uuid": "^7.0.0" - }, - "greenkeeper": { - "ignore": [] } }