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 13 Merge Requests:

chore(deps): update plugin com.android.application to v8.7.3
  • Schedule: ["at any time"]
  • Branch name: renovate/com.android.application-8.x
  • Merge into: main
  • Upgrade com.android.application to 8.7.3
chore(deps): update plugin com.android.library to v8.7.3
  • Schedule: ["at any time"]
  • Branch name: renovate/com.android.library-8.x
  • Merge into: main
  • Upgrade com.android.library to 8.7.3
fix(deps): update dependency androidx.navigation:navigation-fragment-ktx to v2.8.5
fix(deps): update dependency androidx.navigation:navigation-safe-args-gradle-plugin to v2.8.5
fix(deps): update dependency androidx.navigation:navigation-ui-ktx to v2.8.5
fix(deps): update dependency com.squareup.leakcanary:leakcanary-android to v3.0-alpha-8
chore(deps): update dependency gradle to v8.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: main
  • Upgrade gradle to 8.11.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
fix(deps): update dependency com.netzarchitekten:iptproxy to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/com.netzarchitekten-iptproxy-4.x
  • Merge into: main
  • Upgrade com.netzarchitekten:IPtProxy to 4.0.1

🚸 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