Skip to content

Configure Renovate

Renovate Bot requested to merge renovate/configure into main

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

  • Containerfile (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
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 31 Merge Requests:

fix(deps): update dependency com.squareup.leakcanary:leakcanary-android to v3.0-alpha-8
chore(deps): update dependency gradle to v8.10.2
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.10.2
chore(deps): update plugin com.android.application to v8.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.android.application-8.x
  • Merge into: main
  • Upgrade com.android.application to 8.7.1
chore(deps): update plugin com.android.library to v8.7.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.android.library-8.x
  • Merge into: main
  • Upgrade com.android.library to 8.7.1
chore(deps): update plugin org.jetbrains.kotlin.android to v1.9.25
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.appcompat-appcompat-1.x
  • Merge into: main
  • Upgrade androidx.appcompat:appcompat to 1.7.0
fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.0
fix(deps): update dependency androidx.core:core-ktx to v1.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.core-core-ktx-1.x
  • Merge into: main
  • Upgrade androidx.core:core-ktx to 1.15.0
fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.8.7
fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.7
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.7
fix(deps): update dependency androidx.navigation:navigation-fragment-ktx to v2.8.3
fix(deps): update dependency androidx.navigation:navigation-safe-args-gradle-plugin to v2.8.3
fix(deps): update dependency androidx.navigation:navigation-ui-ktx to v2.8.3
fix(deps): update dependency androidx.test.espresso:espresso-contrib to v3.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test.espresso-espresso-contrib-3.x
  • Merge into: main
  • Upgrade androidx.test.espresso:espresso-contrib to 3.6.1
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test.espresso-espresso-core-3.x
  • Merge into: main
  • Upgrade androidx.test.espresso:espresso-core to 3.6.1
fix(deps): update dependency androidx.test.espresso:espresso-intents to v3.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test.espresso-espresso-intents-3.x
  • Merge into: main
  • Upgrade androidx.test.espresso:espresso-intents to 3.6.1
fix(deps): update dependency androidx.test.ext:junit to v1.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test.ext-junit-1.x
  • Merge into: main
  • Upgrade androidx.test.ext:junit to 1.2.1
fix(deps): update dependency androidx.test.ext:junit-ktx to v1.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test.ext-junit-ktx-1.x
  • Merge into: main
  • Upgrade androidx.test.ext:junit-ktx to 1.2.1
fix(deps): update dependency androidx.test.ext:truth to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test.ext-truth-1.x
  • Merge into: main
  • Upgrade androidx.test.ext:truth to 1.6.0
fix(deps): update dependency androidx.test.uiautomator:uiautomator to v2.3.0
fix(deps): update dependency androidx.test:core to v1.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test-core-1.x
  • Merge into: main
  • Upgrade androidx.test:core to 1.6.1
fix(deps): update dependency androidx.test:core-ktx to v1.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test-core-ktx-1.x
  • Merge into: main
  • Upgrade androidx.test:core-ktx to 1.6.1
fix(deps): update dependency androidx.test:runner to v1.6.2
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.test-runner-1.x
  • Merge into: main
  • Upgrade androidx.test:runner to 1.6.2
fix(deps): update dependency androidx.webkit:webkit to v1.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.webkit-webkit-1.x
  • Merge into: main
  • Upgrade androidx.webkit:webkit to 1.12.1
fix(deps): update dependency com.github.bumptech.glide:compiler to v4.16.0
fix(deps): update dependency com.github.bumptech.glide:glide to v4.16.0
fix(deps): update dependency com.google.code.gson:gson to v2.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.code.gson-gson-2.x
  • Merge into: main
  • Upgrade com.google.code.gson:gson to 2.11.0
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.9.0
fix(deps): update retrofit monorepo to v2.11.0
chore(deps): update plugin org.jetbrains.kotlin.android to v2

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this MR.

  • Could not determine new digest for update (docker package containers.torproject.org/tpo/tpa/base-images)

Files affected: Containerfile


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.

Edited by Renovate Bot

Merge request reports

Loading