Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 10, 2018

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

Renovate will begin keeping your dependencies up-to-date only once you merge this Pull Request.
If you close this Pull Request unmerged, then Renovate will be disabled.

If you have any questions, try reading our Docs, particularly the Getting Started section.
You can post questions in our Config Help repository or @ the app author @rarkins in this PR and he'll probably see it.


Detected Package Files

  • package.json (npm)

Configuration Summary

Based on the currently configured presets, Renovate will:

  • Start dependency updates only once this Configure Renovate PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • Use renovate/ as prefix for all branch names
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all PRs
  • Ignore node_modules, bower_components, and various test/tests directories
  • Update existing lock files only when package.json is modified
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 concurrent Renovate PRs at any time

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. Try to use Config Presets (the extends array) when possible rather than raw config, as then this PR will be able to more accurately describe your settings.


What to Expect

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

  1. chore(deps): pin dependencies
  1. chore(deps): update dependency @​types/google-apps-script to v0.0.24
  1. chore(deps): update dependency gas-webpack-plugin to v0.3.0
  • Branch name: renovate/gas-webpack-plugin-0.x
  • Upgrades gas-webpack-plugin in devDependencies from ^0.2.1 to 0.3.0
  1. chore(deps): update dependency prettier to v1.13.7
  • Branch name: renovate/prettier-1.x
  • Upgrades prettier in devDependencies from ^1.12.1 to 1.13.7
  1. chore(deps): update dependency ts-jest to v22.4.6
  • Branch name: renovate/ts-jest-22.x
  • Upgrades ts-jest in devDependencies from ^22.4.3 to 22.4.6
  1. chore(deps): update dependency ts-loader to v4.4.2
  • Branch name: renovate/ts-loader-4.x
  • Upgrades ts-loader in devDependencies from ^4.2.0 to 4.4.2
  1. chore(deps): update dependency tslint to v5.10.0
  • Branch name: renovate/tslint-5.x
  • Upgrades tslint in devDependencies from ^5.9.1 to 5.10.0
  1. chore(deps): update dependency tslint-config-prettier to v1.13.0
  • Branch name: renovate/tslint-config-prettier-1.x
  • Upgrades tslint-config-prettier in devDependencies from ^1.10.0 to 1.13.0
  1. chore(deps): update dependency typescript to v2.9.2
  • Branch name: renovate/typescript-2.x
  • Upgrades typescript in devDependencies from ^2.8.1 to 2.9.2
  1. chore(deps): update dependency webpack to v4.15.1
  • Branch name: renovate/webpack-4.x
  • Upgrades webpack in devDependencies from ^4.6.0 to 4.15.1
  1. chore(deps): update dependency webpack-cli to v2.1.5
  • Branch name: renovate/webpack-cli-2.x
  • Upgrades webpack-cli in devDependencies from ^2.0.14 to 2.1.5
  1. chore(deps): update dependency @​types/jest to v23
  • Branch name: renovate/jest-23.x
  • Upgrades @types/jest in devDependencies from ^22.2.3 to 23.1.5
  1. chore(deps): update dependency jest to v23
  • Branch name: renovate/jest-monorepo
  • Upgrades jest in devDependencies from ^22.4.3 to 23.3.0
  1. chore(deps): update dependency ts-jest to v23
  • Branch name: renovate/ts-jest-23.x
  • Upgrades ts-jest in devDependencies from ^22.4.3 to 23.0.0
  1. chore(deps): update dependency webpack-cli to v3
  • Branch name: renovate/webpack-cli-3.x
  • Upgrades webpack-cli in devDependencies from ^2.0.14 to 3.0.8


This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant