Configure 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
-
gradle.properties(gradle) -
settings.gradle(gradle) -
build.gradle(gradle) -
circlelayout/build.gradle(gradle) -
testapp/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 PR is merged
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand various test/tests 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.
🔡 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 8 Pull Requests:
Update dependency com.android.tools.build:gradle to v2.3.3
- Schedule: ["at any time"]
- Branch name:
renovate/com.android.tools.build-gradle-2.x - Merge into:
master - Upgrade com.android.tools.build:gradle to
2.3.3
Update dependency com.jfrog.bintray.gradle:gradle-bintray-plugin to v1.8.5
- Schedule: ["at any time"]
- Branch name:
renovate/com.jfrog.bintray.gradle-gradle-bintray-plugin-1.x - Merge into:
master - Upgrade com.jfrog.bintray.gradle:gradle-bintray-plugin to
1.8.5
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.jetbrains.dokka:dokka-gradle-plugin to v0.10.1
- Schedule: ["at any time"]
- Branch name:
renovate/org.jetbrains.dokka-dokka-gradle-plugin-0.x - Merge into:
master - Upgrade org.jetbrains.dokka:dokka-gradle-plugin to
0.10.1
Update kotlin monorepo to v1.8.22
- Schedule: ["at any time"]
- Branch name:
renovate/kotlin-monorepo - Merge into:
master - Upgrade org.jetbrains.kotlin:kotlin-stdlib to
1.8.22 - Upgrade org.jetbrains.kotlin:kotlin-gradle-plugin to
1.8.22
Update dependency com.github.dcendents:android-maven-gradle-plugin to v2
- Schedule: ["at any time"]
- Branch name:
renovate/com.github.dcendents-android-maven-gradle-plugin-2.x - Merge into:
master - Upgrade com.github.dcendents:android-maven-gradle-plugin to
2.1
Update dependency gradle to v8
- Schedule: ["at any time"]
- Branch name:
renovate/gradle-8.x - Merge into:
master - Upgrade gradle to
8.1.1
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1
- Schedule: ["at any time"]
- Branch name:
renovate/org.jetbrains.dokka-dokka-gradle-plugin-1.x - Merge into:
master - Upgrade org.jetbrains.dokka:dokka-gradle-plugin to
1.8.20
🚸 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.
⚠ Dependency Lookup Warnings ⚠
Please correct - or verify that you can safely ignore - these lookup failures before you merge this PR.
-
Failed to look up maven package com.android.support:appcompat-v7
Files affected: testapp/build.gradle
❓ 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.