signavio / eslint-config-signavio

MIT License
3 stars 2 forks source link

Configure Renovate #18

Closed workflow-bot closed 7 years ago

workflow-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 Getting Started Configuring Renovate page first.


Configuration Summary

Based on the currently configured presets, Renovate will:


With your current configuration, renovate will initially create the following Pull Requests:

Pull Requests (4)
Update dependency eslint-plugin-jsx-a11y to ^6.0.0
  • Branch name: renovate/eslint-plugin-jsx-a11y-6.x
  • Upgrades eslint-plugin-jsx-a11y in dependencies from ^5.0.3 to ^6.0.0
Update dependency eslint to v4
  • Branch name: renovate/eslint-4.x
  • Upgrades eslint in devDependencies from ^3.19.0 to 4.4.1
Pin Dependencies
  • Branch name: renovate/pin-dependencies
  • Pins prettier in devDependencies from ^1.3.1 to 1.5.3
  • Pins eslint in devDependencies from ^3.19.0 to 3.19.0
Lock file maintenance
  • Schedule: ["before 5am on monday"]
  • Branch name: renovate/lock-file-maintenance
  • Regenerates lock file to use latest dependency versions

Sometimes you may see multiple options for the same dependency (e.g. pinning in one branch and upgrading in another). This is expected and allows you the flexibility to choose which to merge first. Once you merge any PR, others will be updated or removed the next time Renovate runs.

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.

Our Configuration Docs should be helpful if you wish to modify any behaviour.


Don't want a renovate.json file?

You are not required to merge this Pull Request - Renovate will begin even if this "Configure Renovate" PR is closed unmerged and without a renovate.json file. However, it's recommended that you add configuration 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. If you make these configuration changes in this branch then the results will be described in this PR after the next time Renovate runs.