android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.3k stars 11.62k forks source link

Configure Renovate - autoclosed #898

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

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

🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

What to Expect

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

Update archLifecycleVersion to v2.6.0-alpha05 - Schedule: ["at any time"] - Branch name: `renovate/archlifecycleversion` - Merge into: `main` - Upgrade [androidx.lifecycle:lifecycle-viewmodel-compose](https://cs.android.com/androidx/platform/frameworks/support) to `2.6.0-alpha05` - Upgrade [androidx.lifecycle:lifecycle-runtime-compose](https://cs.android.com/androidx/platform/frameworks/support) to `2.6.0-alpha05` - Upgrade [androidx.lifecycle:lifecycle-viewmodel-ktx](https://cs.android.com/androidx/platform/frameworks/support) to `2.6.0-alpha05` - Upgrade [androidx.lifecycle:lifecycle-runtime-ktx](https://cs.android.com/androidx/platform/frameworks/support) to `2.6.0-alpha05`
Update composeVersion to v1.3.3 - Schedule: ["at any time"] - Branch name: `renovate/composeversion` - Merge into: `main` - Upgrade [androidx.compose.ui:ui-test-junit4](https://cs.android.com/androidx/platform/frameworks/support) to `1.3.3` - Upgrade [androidx.compose.ui:ui-test-manifest](https://cs.android.com/androidx/platform/frameworks/support) to `1.3.3` - Upgrade [androidx.compose.ui:ui-tooling](https://cs.android.com/androidx/platform/frameworks/support) to `1.3.3` - Upgrade [androidx.compose.ui:ui-tooling-preview](https://cs.android.com/androidx/platform/frameworks/support) to `1.3.3` - Upgrade [androidx.compose.animation:animation](https://cs.android.com/androidx/platform/frameworks/support) to `1.3.3`
Update coroutinesVersion to v1.6.4 - Schedule: ["at any time"] - Branch name: `renovate/coroutinesversion` - Merge into: `main` - Upgrade [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://togithub.com/Kotlin/kotlinx.coroutines) to `1.6.4` - Upgrade [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://togithub.com/Kotlin/kotlinx.coroutines) to `1.6.4`
Update dependency com.google.truth:truth to v1.1.3 - Schedule: ["at any time"] - Branch name: `renovate/truthversion` - Merge into: `main` - Upgrade [com.google.truth:truth](https://togithub.com/google/truth) to `1.1.3`
Update accompanistVersion to v0.28.0 - Schedule: ["at any time"] - Branch name: `renovate/accompanistversion` - Merge into: `main` - Upgrade [com.google.accompanist:accompanist-swiperefresh](https://togithub.com/google/accompanist) to `0.28.0` - Upgrade [com.google.accompanist:accompanist-appcompat-theme](https://togithub.com/google/accompanist) to `0.28.0`
Update dependency androidx.annotation:annotation to v1.5.0 - Schedule: ["at any time"] - Branch name: `renovate/androidxannotations` - Merge into: `main` - Upgrade [androidx.annotation:annotation](https://cs.android.com/androidx/platform/frameworks/support) to `1.5.0`
Update dependency androidx.compose.compiler:compiler to v1.4.0 - Schedule: ["at any time"] - Branch name: `renovate/composecompilerversion` - Merge into: `main` - Upgrade [androidx.compose.compiler:compiler](https://cs.android.com/androidx/platform/frameworks/support) to `1.4.0`
Update dependency com.android.tools.build:gradle to v7.4.1 - Schedule: ["at any time"] - Branch name: `renovate/com.android.tools.build-gradle-7.x` - Merge into: `main` - Upgrade [com.android.tools.build:gradle](https://android.googlesource.com/platform/tools/base) to `7.4.1`
Update dependency gradle to v7.6 - Schedule: ["at any time"] - Branch name: `renovate/gradle-7.x` - Merge into: `main` - Upgrade [gradle](https://togithub.com/gradle/gradle) to `7.6`
Update kotlin monorepo to v1.8.10 - Schedule: ["at any time"] - Branch name: `renovate/kotlin-monorepo` - Merge into: `main` - Upgrade [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://togithub.com/JetBrains/kotlin) to `1.8.10` - Upgrade [org.jetbrains.kotlin:kotlin-gradle-plugin](https://togithub.com/JetBrains/kotlin) to `1.8.10`
Update plugin com.diffplug.spotless to v5.17.1 - Schedule: ["at any time"] - Branch name: `renovate/com.diffplug.spotless-5.x` - Merge into: `main` - Upgrade com.diffplug.spotless to `5.17.1`
Update robolectricVersion to v4.9.2 - Schedule: ["at any time"] - Branch name: `renovate/robolectricversion` - Merge into: `main` - Upgrade [org.robolectric:annotations](https://togithub.com/robolectric/robolectric) to `4.9.2` - Upgrade [org.robolectric:robolectric](https://togithub.com/robolectric/robolectric) to `4.9.2`
Update roomVersion to v2.5.0 - Schedule: ["at any time"] - Branch name: `renovate/roomversion` - Merge into: `main` - Upgrade [androidx.room:room-testing](https://cs.android.com/androidx/platform/frameworks/support) to `2.5.0` - Upgrade [androidx.room:room-ktx](https://cs.android.com/androidx/platform/frameworks/support) to `2.5.0` - Upgrade [androidx.room:room-compiler](https://cs.android.com/androidx/platform/frameworks/support) to `2.5.0` - Upgrade [androidx.room:room-runtime](https://cs.android.com/androidx/platform/frameworks/support) to `2.5.0`
Update actions/cache action to v3 - Schedule: ["at any time"] - Branch name: `renovate/actions-cache-3.x` - Merge into: `main` - Upgrade [actions/cache](https://togithub.com/actions/cache) to `v3`
Update actions/checkout action to v3 - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-3.x` - Merge into: `main` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v3`
Update actions/setup-java action to v3 - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-java-3.x` - Merge into: `main` - Upgrade [actions/setup-java](https://togithub.com/actions/setup-java) to `v3`
Update actions/upload-artifact action to v3 - Schedule: ["at any time"] - Branch name: `renovate/actions-upload-artifact-3.x` - Merge into: `main` - Upgrade [actions/upload-artifact](https://togithub.com/actions/upload-artifact) to `v3`
Update dependency com.jakewharton.timber:timber to v5 - Schedule: ["at any time"] - Branch name: `renovate/major-timberversion` - Merge into: `main` - Upgrade [com.jakewharton.timber:timber](https://togithub.com/JakeWharton/timber) to `5.0.1`
Update plugin com.diffplug.spotless to v6 - Schedule: ["at any time"] - Branch name: `renovate/com.diffplug.spotless-6.x` - Merge into: `main` - Upgrade com.diffplug.spotless to `6.14.0`


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


❓ 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 Mend Renovate. View repository job log here.