Skip to content

Configure Renovate

Pierre Duchemin requested to merge renovate/configure into master

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

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


Detected Package Files

  • Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • gradle.properties (gradle)
  • settings.gradle (gradle)
  • build.gradle (gradle)
  • app/build.gradle (gradle)
  • gradle/wrapper/gradle-wrapper.properties (gradle-wrapper)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit MR creation to a maximum of two per hour
  • Limit to maximum 10 open MRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore web3j 5.0.0 release
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133
  • Do not upgrade from Alpine stable to edge

🔡 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 Merge 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 17 Merge Requests:

chore(deps): update dependency com.android.tools.build:gradle to v4.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/com.android.tools.build-gradle-4.x
  • Merge into: master
  • Upgrade com.android.tools.build:gradle to 4.2.2
chore(deps): update dependency com.googlecode.libphonenumber:libphonenumber to v8.12.47
chore(deps): update archlifecycleversion to v2.4.1
chore(deps): update coroutines to v1.6.1
chore(deps): update dependency androidx.activity:activity-ktx to v1.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.activity-activity-ktx-1.x
  • Merge into: master
  • Upgrade androidx.activity:activity-ktx to 1.4.0
chore(deps): update dependency androidx.appcompat:appcompat to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.appcompat-appcompat-1.x
  • Merge into: master
  • Upgrade androidx.appcompat:appcompat to 1.4.1
chore(deps): update dependency androidx.constraintlayout:constraintlayout to v2.1.3
chore(deps): update dependency androidx.core:core-ktx to v1.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.core-core-ktx-1.x
  • Merge into: master
  • Upgrade androidx.core:core-ktx to 1.7.0
chore(deps): update dependency androidx.fragment:fragment-ktx to v1.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.fragment-fragment-ktx-1.x
  • Merge into: master
  • Upgrade androidx.fragment:fragment-ktx to 1.4.1
chore(deps): update dependency com.google.android.material:material to v1.5.0
chore(deps): update dependency com.google.dagger:dagger to v2.41
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.dagger-dagger-2.x
  • Merge into: master
  • Upgrade com.google.dagger:dagger to 2.41
chore(deps): update dependency com.google.dagger:dagger-compiler to v2.41
chore(deps): update dependency gradle to v6.9.2
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-6.x
  • Merge into: master
  • Upgrade gradle to 6.9.2
chore(deps): update roomversion to v2.4.2
chore(deps): update dependency com.android.tools.build:gradle to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/com.android.tools.build-gradle-7.x
  • Merge into: master
  • Upgrade com.android.tools.build:gradle to 7.1.3
chore(deps): update dependency gradle to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-7.x
  • Merge into: master
  • Upgrade gradle to 7.4.2
chore(deps): update dependency ubuntu to v22
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04

🚸 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 MR has been generated by Renovate Bot.

Merge request reports