1.md (4269B)
1 # PR #1 Configure Renovate 2 3 - **Status:** open 4 - **Author:** @renovate[bot] 5 - **Created:** 2020-07-01T20:59:55Z 6 - **Branch:** renovate/configure → master 7 - **Diff:** [1.diff](./1.diff) 8 9 --- 10 11 [](https://renovatebot.com) 12 13 Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 14 15 :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. 16 17 18 19 --- 20 ### Detected Package Files 21 22 * `Cargo.toml` (cargo) 23 24 ### Configuration Summary 25 26 Based on the default config's presets, Renovate will: 27 28 - Start dependency updates only once this onboarding PR is merged 29 - Separate major versions of dependencies into individual branches/PRs 30 - Do not separate patch and minor upgrades into separate PRs for the same dependency 31 - Upgrade to unstable versions only if the existing version is unstable 32 - Raise PRs immediately (after branch is created) 33 - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others 34 - Keep existing branches updated even when not scheduled 35 - Disable automerging feature - wait for humans to merge all PRs 36 - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories 37 - Autodetect whether to pin dependencies or maintain ranges 38 - Rate limit PR creation to a maximum of two per hour 39 - Limit to maximum 20 open PRs at any time 40 - Group known monorepo packages together 41 - Use curated list of recommended non-monorepo package groupings 42 - Ignore spring cloud 1.x releases 43 - Ignore http4s digest-based 1.x milestones 44 45 :abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. 46 47 --- 48 49 ### What to Expect 50 51 With your current configuration, Renovate will create 7 Pull Requests: 52 53 <details> 54 <summary>Update Rust crate http to 0.2.3</summary> 55 56 - Schedule: ["at any time"] 57 - Branch name: `renovate/rust-http-0.x` 58 - Merge into: `master` 59 - Upgrade http to `0.2.3` 60 61 62 </details> 63 64 <details> 65 <summary>Update Rust crate js_int to 0.1.9</summary> 66 67 - Schedule: ["at any time"] 68 - Branch name: `renovate/rust-js_int-0.x` 69 - Merge into: `master` 70 - Upgrade js_int to `0.1.9` 71 72 73 </details> 74 75 <details> 76 <summary>Update Rust crate log to 0.4.14</summary> 77 78 - Schedule: ["at any time"] 79 - Branch name: `renovate/rust-log-0.x` 80 - Merge into: `master` 81 - Upgrade log to `0.4.14` 82 83 84 </details> 85 86 <details> 87 <summary>Update Rust crate serde_json to 1.0.61</summary> 88 89 - Schedule: ["at any time"] 90 - Branch name: `renovate/rust-serde_json-1.x` 91 - Merge into: `master` 92 - Upgrade serde_json to `1.0.61` 93 94 95 </details> 96 97 <details> 98 <summary>Update Rust crate thiserror to 1.0.23</summary> 99 100 - Schedule: ["at any time"] 101 - Branch name: `renovate/rust-thiserror-1.x` 102 - Merge into: `master` 103 - Upgrade thiserror to `1.0.23` 104 105 106 </details> 107 108 <details> 109 <summary>Update Rust crate tokio to 0.2.25</summary> 110 111 - Schedule: ["at any time"] 112 - Branch name: `renovate/rust-tokio-0.x` 113 - Merge into: `master` 114 - Upgrade tokio to `0.2.25` 115 116 117 </details> 118 119 <details> 120 <summary>Update Rust crate tokio to v1</summary> 121 122 - Schedule: ["at any time"] 123 - Branch name: `renovate/rust-tokio-1.x` 124 - Merge into: `master` 125 - Upgrade tokio to `1.1.1` 126 127 128 </details> 129 130 <br /> 131 132 :children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details. 133 134 135 --- 136 137 :question: Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. 138 If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). 139 140 141 --- 142 143 This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#{{platform}}/{{repository}}). 144 145