9.md (3501B)
1 # PR #9 Configure Renovate 2 3 - **Status:** merged 4 - **Author:** @renovate[bot] 5 - **Created:** 2018-03-24T13:38:15Z 6 - **Branch:** renovate/configure → master 7 - **Merged:** 2018-03-24T14:06:56Z 8 - **Labels:** enhancement, Dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [9.diff](./9.diff) 11 12 --- 13 14 Welcome to [Renovate](https://renovateapp.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 15 16 Renovate will begin keeping your dependencies up-to-date only once you merge this Pull Request. 17 If you close this Pull Request unmerged, then Renovate will be disabled. 18 19 If you have any questions, try reading our [Docs](https://renovateapp.com/docs), particularly the Getting Started section. 20 You can post questions in [our Config Help repository](https://github.com/renovateapp/config-help/issues) or @ the app author @rarkins in this PR and he'll probably see it. 21 22 --- 23 ## Detected Package Files 24 25 * `package.json` 26 27 ## Configuration Summary 28 29 Based on the currently configured presets, Renovate will: 30 31 - Start dependency updates once this Configure Renovate PR is merged or closed 32 - Separate major versions of dependencies into individual branches/PRs 33 - Combine any patch and minor upgrades together into same branch/PR 34 - Upgrade to unstable versions only if the existing version is unstable 35 - Raise PRs immediately (after branch is created) 36 - Use <code>renovate/</code> as prefix for all branch names 37 - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others 38 - Keep existing branches updated even when not scheduled 39 - Disable automerging feature - wait for humans to merge all PRs 40 - Ignore `node_modules`, `bower_components`, and various test/tests directories 41 - Update existing lock files only when <code>package.json</code> is modified 42 - Autodetect whether to pin dependencies or maintain ranges 43 - Rate limit PR creation to a maximum of two per hour 44 - Limit to maximum 20 concurrent Renovate PRs at any time 45 46 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. 47 48 --- 49 50 ### What to Expect 51 52 With your current configuration, Renovate will create 4 Pull Requests: 53 54 1. **Update dependency typescript to >=2.4.2 <2.8.0** 55 56 - Branch name: `renovate/typescript-2.x` 57 - Upgrades [typescript](https://github.com/Microsoft/TypeScript) in `devDependencies` from `>=2.4.2 <2.7.0` to `>=2.4.2 <2.8.0` 58 59 60 2. **Update dependency karma-jasmine-html-reporter to ^1.0.0** 61 62 - Branch name: `renovate/karma-jasmine-html-reporter-1.x` 63 - Upgrades [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) in `devDependencies` from `^0.2.2` to `^1.0.0` 64 65 66 3. **Update dependency ts-loader to ^4.0.0** 67 68 - Branch name: `renovate/ts-loader-4.x` 69 - Upgrades [ts-loader](https://github.com/TypeStrong/ts-loader) in `dependencies` from `^3.5.0` to `^4.0.0` 70 71 72 4. **Update dependency ts-node to ^5.0.0** 73 74 - Branch name: `renovate/ts-node-5.x` 75 - Upgrades [ts-node](https://github.com/TypeStrong/ts-node) in `devDependencies` from `^3.2.0` to `^5.0.0` 76 77 78 79 --- 80 81 82 --- 83 84 This PR has been generated by [Renovate Bot](https://renovateapp.com). 85 86