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

chore: Configure Renovate #13

Merged
merged 1 commit into from
Apr 3, 2024
Merged

chore: Configure Renovate #13

merged 1 commit into from
Apr 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

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

  • .github/workflows/build.yml (github-actions)
  • buildSrc/src/main/kotlin/extensions.kt (gradle)
  • settings.gradle.kts (gradle)
  • build.gradle.kts (gradle)
  • buildSrc/build.gradle.kts (gradle)
  • buildSrc/src/main/kotlin/distributor.base-conventions.gradle.kts (gradle)
  • buildSrc/src/main/kotlin/distributor.mindustry-conventions.gradle.kts (gradle)
  • buildSrc/src/main/kotlin/distributor.parent-conventions.gradle.kts (gradle)
  • buildSrc/src/main/kotlin/distributor.publishing-conventions.gradle.kts (gradle)
  • distributor-api/build.gradle.kts (gradle)
  • distributor-bom/build.gradle.kts (gradle)
  • distributor-core/build.gradle.kts (gradle)
  • distributor-kotlin/gradle.properties (gradle)
  • distributor-kotlin/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
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • 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 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 Pull Request description the next time it runs.


What to Expect

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

chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.9.23
  • Schedule: ["at any time"]
  • Branch name: renovate/org.jetbrains.kotlin.jvm-1.x
  • Merge into: master
  • Upgrade org.jetbrains.kotlin.jvm to 1.9.23
fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.25
  • Schedule: ["at any time"]
  • Branch name: renovate/com.uber.nullaway-nullaway-0.x
  • Merge into: master
  • Upgrade com.uber.nullaway:nullaway to 0.10.25
fix(deps): update dependency io.leangen.geantyref:geantyref to v1.3.15
fix(deps): update junit5 monorepo to v5.10.2
fix(deps): update slf4j monorepo to v2.0.12
chore(deps): update dependency gradle to v8.7
  • Schedule: ["at any time"]
  • Branch name: renovate/gradle-8.x
  • Merge into: master
  • Upgrade gradle to 8.7
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0
fix(deps): update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.26.1
fix(deps): update dependency com.mysql:mysql-connector-j to v8.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.mysql-mysql-connector-j-8.x
  • Merge into: master
  • Upgrade com.mysql:mysql-connector-j to 8.3.0
fix(deps): update dependency com.password4j:password4j to v1.8.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.password4j-password4j-1.x
  • Merge into: master
  • Upgrade com.password4j:password4j to 1.8.1
fix(deps): update dependency com.xpdustry:kotlin-runtime to v3.2.0-k.1.9.23
  • Schedule: ["at any time"]
  • Branch name: renovate/com.xpdustry-kotlin-runtime-3.x
  • Merge into: master
  • Upgrade com.xpdustry:kotlin-runtime to 3.2.0-k.1.9.23
fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/com.zaxxer-hikaricp-5.x
  • Merge into: master
  • Upgrade com.zaxxer:HikariCP to 5.1.0
fix(deps): update dependency org.assertj:assertj-core to v3.25.3
  • Schedule: ["at any time"]
  • Branch name: renovate/org.assertj-assertj-core-3.x
  • Merge into: master
  • Upgrade org.assertj:assertj-core to 3.25.3
fix(deps): update dependency org.checkerframework:checker-qual to v3.42.0
fix(deps): update dependency org.mockito:mockito-core to v5.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mockito-monorepo
  • Merge into: master
  • Upgrade org.mockito:mockito-core to 5.11.0
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.45.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.xerial-sqlite-jdbc-3.x
  • Merge into: master
  • Upgrade org.xerial:sqlite-jdbc to 3.45.2.0
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
chore(deps): update actions/setup-java action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-4.x
  • Merge into: master
  • Upgrade actions/setup-java to v4
chore(deps): update actions/upload-artifact action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: master
  • Upgrade actions/upload-artifact to v4
chore(deps): update gradle/wrapper-validation-action action to v2
chore(deps): update stefanzweifel/git-auto-commit-action action to v5
fix(deps): update dependency com.google.guava:guava-testlib to v33

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

@phinner phinner merged commit 6f74a04 into master Apr 3, 2024
2 checks passed
@phinner phinner deleted the renovate/configure branch April 3, 2024 15:28
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.

1 participant