Urigo / Ionic-MeteorCLI-WhatsApp

WhatsApp Clone tutorial with Ionic 1.0 and Meteor CLI
https://www.angular-meteor.com/tutorials/whatsapp/meteor/bootstrapping
MIT License
205 stars 267 forks source link

Configure Renovate #47

Open renovate[bot] opened 7 years ago

renovate[bot] commented 7 years ago

Welcome to Renovate!

This is an onboarding PR to help you understand and configure Renovate before any regular Pull Requests begin. Once you close this Pull Request, Renovate will begin keeping your dependencies up-to-date via automated Pull Requests.

If you have any questions, try reading our Configuring Renovate help page first, or feel free to ask the app author @rarkins a question in a comment below.


Configuration Summary

Based on the currently configured presets, Renovate will:

Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch and this Pull Request description will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

  1. Pin Dependencies

    • Branch name: renovate/pin-dependencies
    • Pins moment in dependencies to 2.19.3
    • Pins meteor-node-stubs in dependencies to 0.2.11
    • Pins ionic-scripts in dependencies to 1.3.5
    • Pins angular-ui-router in dependencies to 0.3.2
    • Pins angular-sanitize in dependencies to 1.6.7
    • Pins angular-moment in dependencies to 1.1.0
    • Pins angular-meteor-auth in dependencies to 1.1.1
    • Pins angular-meteor in dependencies to 1.3.12
    • Pins angular-animate in dependencies to 1.6.7
    • Pins angular in dependencies to 1.6.7
  2. Update dependency angular-ui-router to v0.4.3

    • Branch name: renovate/angular-ui-router-0.x
    • Upgrades angular-ui-router in dependencies from ^0.3.2 to 0.4.3
  3. Update dependency meteor-node-stubs to v0.3.2

    • Branch name: renovate/meteor-node-stubs-0.x
    • Upgrades meteor-node-stubs in dependencies from ~0.2.0 to 0.3.2

Don't want a renovate.json file?

Renovate will begin once this "Configure Renovate" PR is merged or closed, but it's recommended that you add the renovate.json to your repository to ensure behaviour matches what you see described here. Alternatively, you can add the same configuration settings into a "renovate" section of your package.json file(s) in this branch and delete the renovate.json from this PR.

Want to start over?

If you'd like Renovate to recreate this "Configure Renovate" PR from scratch - for example if your base branch has had substantial changes - then you need to:

  1. (IMPORTANT) Rename this PR to something else, e.g. "Configure Renovate - old"
  2. Close the PR and delete the branch

If later on you ever wish to reconfigure Renovate then you can use this same trick of renaming the PR, but you'll also need to delete any renovate.json file too. You should then get a new "Configure Renovate" PR like this.