Conversation
|
Let’s get started with automated dependency management for react-native-scrollview-smart 💪
This pull request updates all your dependencies to their latest version. Having them all up to date really is the best starting point. I will look out for further dependency updates and make sure to handle them in isolation and in real-time, as soon as you merge this pull request. I won’t start sending you further updates, unless you have merged this very pull request. 💥 This branch failed. How to proceedI suggest you find out what dependency update is causing the problem. Adapt your code so things are working nicely together again. next-update is a really handy tool to help you with this. Push the changes to this branch and merge it. 🏷 How to check the status of this repositoryThere is a badge added to your README, indicating the status of this repository. 🙈 How to ignore certain dependenciesIn case you can not, or do not want to update a certain dependency right now, you can of course just change the Add a // package.json
{
…
"greenkeeper": {
"ignore": [
"package-names",
"you-want-me-to-ignore"
]
}
}👩💻 How to update this pull request # change into your repository’s directory
git fetch
git checkout greenkeeper/initial
npm install-test
# adapt your code, so it’s working again
git commit -m 'chore: adapt code to updated dependencies'
git push origin greenkeeper/initial✨ How the updates will look likeAs soon as you merge this pull request I’ll create a branch for every dependency update, with the new version applied. The branch creation should trigger your testing services to check the new version. Using the results of these tests I’ll try to open meaningful and helpful pull requests and issues, so your dependencies remain working and up-to-date. - "underscore": "^1.6.0"
+ "underscore": "^1.7.0"In the above example you can see an in-range update. This way every single version update of your dependencies will either continue to work with your project, or you’ll get to know of potential problems immediately. - "lodash": "^3.0.0"
+ "lodash": "^4.0.0"In this example the new version Now you no longer need to check for exciting new versions by hand – I’ll just let you know automatically. 💁♂️ Not sure how things are going to work exactly?There is a collection of frequently asked questions and of course you may always ask my humans. Good luck with your project and see you soon ✨ Your Greenkeeper Bot 🌴 |
|
Hey there 👋, we noticed that this PR isn’t merged yet. Just to let you know: if you don't merge this PR, Greenkeeper will not be enabled on this repo, and you won't receive updates for your dependencies. If don't want to enable Greenkeeper here, just close or ignore this PR, we won't nag you again. ✌️ Have a great day! 🌴 |
No description provided.