Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #43

Merged
merged 1 commit into from
May 12, 2021
Merged

Configure Renovate #43

merged 1 commit into from
May 12, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2021

WhiteSource 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

  • .github/workflows/build.yml (github-actions)
  • app/build.gradle.kts (gradle)
  • base-ui/build.gradle.kts (gradle)
  • build.gradle.kts (gradle)
  • buildSrc/build.gradle.kts (gradle)
  • gradle.properties (gradle)
  • navigation/build.gradle.kts (gradle)
  • settings.gradle.kts (gradle)
  • spotless.gradle.kts (gradle)
  • utils/build.gradle.kts (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 PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all PRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Ignore spring cloud 1.x releases
  • Ignore http4s digest-based 1.x milestones

🔡 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 Pull 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 37 Pull Requests:

Update dependency androidx.activity:activity-ktx to v1.2.3
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.activity-activity-ktx-1.x
  • Merge into: master
  • Upgrade androidx.activity:activity-ktx to 1.2.3
Update dependency androidx.appcompat:appcompat to v1.3.0-rc01
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.appcompat-appcompat-1.x
  • Merge into: master
  • Upgrade androidx.appcompat:appcompat to 1.3.0-rc01
Update dependency androidx.constraintlayout:constraintlayout to v2.1.0-beta02
Update dependency androidx.core:core-ktx to v1.5.0-rc02
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.core-core-ktx-1.x
  • Merge into: master
  • Upgrade androidx.core:core-ktx to 1.5.0-rc02
Update dependency androidx.databinding:viewbinding to v7.0.0-alpha15
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.databinding-viewbinding-7.x
  • Merge into: master
  • Upgrade androidx.databinding:viewbinding to 7.0.0-alpha15
Update dependency androidx.fragment:fragment-ktx to v1.3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.fragment-fragment-ktx-1.x
  • Merge into: master
  • Upgrade androidx.fragment:fragment-ktx to 1.3.3
Update dependency androidx.lifecycle:lifecycle-common-java8 to v2.3.1
Update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.3.1
Update dependency androidx.lifecycle:lifecycle-reactivestreams-ktx to v2.3.1
Update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.3.1
Update dependency androidx.navigation:navigation-fragment-ktx to v2.3.5
Update dependency androidx.navigation:navigation-ui-ktx to v2.3.5
Update dependency androidx.recyclerview:recyclerview to v1.2.0
Update dependency androidx.work:work-runtime-ktx to v2.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/androidx.work-work-runtime-ktx-2.x
  • Merge into: master
  • Upgrade androidx.work:work-runtime-ktx to 2.5.0
Update dependency com.android.tools.lint:lint-gradle to v30.0.0-alpha15
Update dependency com.google.android.material:material to v1.3.0
Update dependency com.google.firebase:firebase-analytics to v18.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-analytics-18.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-analytics to 18.0.3
Update dependency com.google.firebase:firebase-auth to v20.0.4
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-auth-20.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-auth to 20.0.4
Update dependency com.google.firebase:firebase-storage to v19.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-storage-19.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-storage to 19.2.2
Update dependency gradle to v7.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-7.x
  • Merge into: master
  • Upgrade gradle to 7.0.1
Update dependency io.arrow-kt:arrow-core to v0.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/io.arrow-kt-arrow-core-0.x
  • Merge into: master
  • Upgrade io.arrow-kt:arrow-core to 0.13.2
Update dependency io.arrow-kt:arrow-fx-coroutines to v0.13.2
Update dependency io.reactivex.rxjava3:rxjava to v3.0.12
  • Schedule: ["at any time"]
  • Branch name: renovate/io.reactivex.rxjava3-rxjava-3.x
  • Merge into: master
  • Upgrade io.reactivex.rxjava3:rxjava to 3.0.12
Update dependency junit:junit to v4.13.2
  • Schedule: ["at any time"]
  • Branch name: renovate/junit-junit-4.x
  • Merge into: master
  • Upgrade junit:junit to 4.13.2
Update dependency org.jacoco:org.jacoco.ant to v0.8.7
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jacoco-org.jacoco.ant-0.x
  • Merge into: master
  • Upgrade org.jacoco:org.jacoco.ant to 0.8.7
Update dependency com.github.bumptech.glide:compiler to v4.12.0
Update dependency com.github.bumptech.glide:glide to v4.12.0
Update dependency com.github.bumptech.glide:okhttp3-integration to v4.12.0
Update dependency com.google.firebase:firebase-crashlytics to v17.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-crashlytics-17.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-crashlytics to 17.4.1
Update dependency com.google.firebase:firebase-firestore to v22.1.2
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-firestore-22.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-firestore to 22.1.2
Update dependency com.squareup.leakcanary:leakcanary-android to v2.7
Update dependency com.squareup.moshi:moshi-kotlin to v1.12.0
Update dependency com.google.firebase:firebase-analytics to v19
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-analytics-19.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-analytics to 19.0.0
Update dependency com.google.firebase:firebase-auth to v21
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-auth-21.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-auth to 21.0.0
Update dependency com.google.firebase:firebase-crashlytics to v18
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-crashlytics-18.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-crashlytics to 18.0.0
Update dependency com.google.firebase:firebase-firestore to v23
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-firestore-23.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-firestore to 23.0.0
Update dependency com.google.firebase:firebase-storage to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/com.google.firebase-firebase-storage-20.x
  • Merge into: master
  • Upgrade com.google.firebase:firebase-storage to 20.0.0

🚸 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 PR has been generated by WhiteSource Renovate. View repository job log here.

@hoc081098 hoc081098 merged commit 24d5c8e into master May 12, 2021
@hoc081098 hoc081098 deleted the renovate/configure branch May 12, 2021 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants