Configure Renovate #51

Merged
konrad merged 1 commits from renovate/configure into master 2020-12-24 14:17:01 +00:00
Member

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

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • ios/Gemfile (bundler)
  • ios/Podfile (cocoapods)
  • .drone.yml (droneci)
  • android/gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)
  • pubspec.yaml (pub)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding 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)
  • 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, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings

🔡 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.


What to Expect

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

Update dependency flutter_launcher_icons to ^0.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/flutter_launcher_icons-0.x
  • Merge into: master
  • Upgrade flutter_launcher_icons to ^0.8.0
Update dependency flutter_secure_storage to v3.3.5
  • Schedule: ["at any time"]
  • Branch name: renovate/flutter_secure_storage-3.x
  • Merge into: master
  • Upgrade flutter_secure_storage to 3.3.5
Update dependency gradle to v4.10.3
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-4.x
  • Merge into: master
  • Upgrade gradle to 4.10.3
Update dependency http to v0.12.2
  • Schedule: ["at any time"]
  • Branch name: renovate/http-0.x
  • Merge into: master
  • Upgrade http to 0.12.2
Update dependency cupertino_icons to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/cupertino_icons-1.x
  • Merge into: master
  • Upgrade cupertino_icons to ^1.0.0
Update dependency gradle to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-6.x
  • Merge into: master
  • Upgrade gradle to 6.7.1

🚸 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.


Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Renovate Bot.

Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `ios/Gemfile` (bundler) * `ios/Podfile` (cocoapods) * `.drone.yml` (droneci) * `android/gradle/wrapper/gradle-wrapper.properties` (gradle-wrapper) * `pubspec.yaml` (pub) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding 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) - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> 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`, `vendor` and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 20 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings 🔡 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. --- ### What to Expect With your current configuration, Renovate will create 6 Pull Requests: <details> <summary>Update dependency flutter_launcher_icons to ^0.8.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/flutter_launcher_icons-0.x` - Merge into: `master` - Upgrade [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) to `^0.8.0` </details> <details> <summary>Update dependency flutter_secure_storage to v3.3.5</summary> - Schedule: ["at any time"] - Branch name: `renovate/flutter_secure_storage-3.x` - Merge into: `master` - Upgrade [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) to `3.3.5` </details> <details> <summary>Update dependency gradle to v4.10.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-4.x` - Merge into: `master` - Upgrade [gradle](https://github.com/gradle/gradle) to `4.10.3` </details> <details> <summary>Update dependency http to v0.12.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/http-0.x` - Merge into: `master` - Upgrade [http](https://github.com/dart-lang/http) to `0.12.2` </details> <details> <summary>Update dependency cupertino_icons to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/cupertino_icons-1.x` - Merge into: `master` - Upgrade [cupertino_icons](https://github.com/flutter/cupertino_icons) to `^1.0.0` </details> <details> <summary>Update dependency gradle to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/gradle-6.x` - Merge into: `master` - Upgrade [gradle](https://github.com/gradle/gradle) to `6.7.1` </details> <br /> 🚸 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. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/config-help/issues). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2020-12-24 14:02:52 +00:00
continuous-integration/drone/pr Build is failing Details
9ccfc82b3b
Add renovate.json
konrad merged commit 99f1e1aed4 into master 2020-12-24 14:17:01 +00:00
konrad referenced this issue from a commit 2020-12-24 14:17:01 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.