diff --git a/.renovaterc.json b/.renovaterc.json new file mode 100644 index 0000000..e6fc5f7 --- /dev/null +++ b/.renovaterc.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "packageRules": [ + { + "matchDepTypes": ["*"], + "automerge": true, + "automergeType": "branch", + "automergeStrategy": "fast-forward", + "requiredStatusChecks": null + } + ], + "platformAutomerge": true +} diff --git a/README.md b/README.md index 003a73c..298cf80 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,8 @@ Note: This is done automatically if you use [CocoaPods](http://cocoapods.org/). ### Prerequisites +You need the source code for the App you're testing. You can't start with only the compiled application. You need the source. + Ensure Xcode is up-to-date. Install rvm via the instructions. Ensure your after_cd_bundler rvm hook is enabled: