Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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 andchore
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.
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
- Schedule: ["at any time"]
- Branch name:
renovate/androidx.navigation-navigation-fragment-ktx-2.x
- Merge into:
main
- Upgrade androidx.navigation:navigation-fragment-ktx to
2.8.5
fix(deps): update dependency androidx.navigation:navigation-safe-args-gradle-plugin to v2.8.5
- Schedule: ["at any time"]
- Branch name:
renovate/androidx.navigation-navigation-safe-args-gradle-plugin-2.x
- Merge into:
main
- Upgrade androidx.navigation:navigation-safe-args-gradle-plugin to
2.8.5
fix(deps): update dependency androidx.navigation:navigation-ui-ktx to v2.8.5
- Schedule: ["at any time"]
- Branch name:
renovate/androidx.navigation-navigation-ui-ktx-2.x
- Merge into:
main
- Upgrade androidx.navigation:navigation-ui-ktx to
2.8.5
fix(deps): update dependency com.squareup.leakcanary:leakcanary-android to v3.0-alpha-8
- Schedule: ["at any time"]
- Branch name:
renovate/com.squareup.leakcanary-leakcanary-android-3.x
- Merge into:
main
- Upgrade com.squareup.leakcanary:leakcanary-android to
3.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
- Schedule: ["at any time"]
- Branch name:
renovate/com.github.bumptech.glide-compiler-4.x
- Merge into:
main
- Upgrade com.github.bumptech.glide:compiler to
4.16.0
fix(deps): update dependency com.github.bumptech.glide:glide to v4.16.0
- Schedule: ["at any time"]
- Branch name:
renovate/com.github.bumptech.glide-glide-4.x
- Merge into:
main
- Upgrade com.github.bumptech.glide:glide to
4.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
- Schedule: ["at any time"]
- Branch name:
renovate/kotlinx-coroutines-monorepo
- Merge into:
main
- Upgrade org.jetbrains.kotlinx:kotlinx-coroutines-android to
1.9.0
fix(deps): update retrofit monorepo to v2.11.0
- Schedule: ["at any time"]
- Branch name:
renovate/retrofit-monorepo
- Merge into:
main
- Upgrade com.squareup.retrofit2:converter-gson to
2.11.0
- Upgrade com.squareup.retrofit2:retrofit to
2.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
prhourlylimit
for details.
⚠️ WarningPlease 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
This MR has been generated by Renovate Bot.