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 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #2

wants to merge 1 commit into from

Conversation

figure-renovate[bot]
Copy link

@figure-renovate figure-renovate bot commented Jun 28, 2023

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

  • docker/docker-compose.yml (docker-compose)
  • .github/workflows/ci.yaml (github-actions)
  • .github/workflows/release.yaml (github-actions)
  • charts/kafka-lag-exporter/values.yaml (helm-values)
  • project/Dependencies.scala (sbt)
  • project/build.properties (sbt)
  • project/plugins.sbt (sbt)

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 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.
  • Show all Merge Confidence badges for pull requests.
  • Run Renovate on following schedule: on Monday

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

Update dependency com.github.gseitz:sbt-release from `1.0.10` to `1.0.13`
  • Schedule: ["on Monday"]
  • Branch name: renovate/com.github.gseitz-sbt-release-1.x
  • Merge into: master
  • Upgrade com.github.gseitz:sbt-release to 1.0.13
Update dependency org.mockito:mockito-scala from `1.17.5` to `1.17.37`
  • Schedule: ["on Monday"]
  • Branch name: renovate/org.mockito-mockito-scala-1.x
  • Merge into: master
  • Upgrade org.mockito:mockito-scala to 1.17.37
Update dependency org.scalatest:scalatest from `3.2.11` to `3.2.19`
  • Schedule: ["on Monday"]
  • Branch name: renovate/org.scalatest-scalatest-3.x
  • Merge into: master
  • Upgrade org.scalatest:scalatest to 3.2.19
Update ad-m/github-push-action action from `v0.6.0` to `v0.8.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/ad-m-github-push-action-0.x
  • Merge into: master
  • Upgrade ad-m/github-push-action to v0.8.0
Update dependency ch.qos.logback:logback-classic from `1.2.11` to `1.5.8`
  • Schedule: ["on Monday"]
  • Branch name: renovate/ch.qos.logback-logback-classic-1.x
  • Merge into: master
  • Upgrade ch.qos.logback:logback-classic to 1.5.8
Update dependency com.github.sbt:sbt-native-packager from `1.9.9` to `1.10.4`
Update dependency com.typesafe.akka:akka-http from `10.2.9` to `10.5.3`
  • Schedule: ["on Monday"]
  • Branch name: renovate/com.typesafe.akka-akka-http-10.x
  • Merge into: master
  • Upgrade com.typesafe.akka:akka-http to 10.5.3
Update dependency com.typesafe.akka:akka-stream-kafka-testkit from `2.0.7` to `2.1.1`
Update dependency com.typesafe:config from `1.3.2` to `1.4.3`
  • Schedule: ["on Monday"]
  • Branch name: renovate/com.typesafe-config-1.x
  • Merge into: master
  • Upgrade com.typesafe:config to 1.4.3
Update dependency de.heikoseeberger:sbt-header from `5.6.5` to `5.10.0`
  • Schedule: ["on Monday"]
  • Branch name: renovate/de.heikoseeberger-sbt-header-5.x
  • Merge into: master
  • Upgrade de.heikoseeberger:sbt-header to 5.10.0
Update dependency org.scalameta:sbt-scalafmt from `2.4.6` to `2.5.2`
  • Schedule: ["on Monday"]
  • Branch name: renovate/org.scalameta-sbt-scalafmt-2.x
  • Merge into: master
  • Upgrade org.scalameta:sbt-scalafmt to 2.5.2
Update dependency sbt/sbt from `1.4.3` to `1.10.2`
  • Schedule: ["on Monday"]
  • Branch name: renovate/sbt-sbt-1.x
  • Merge into: master
  • Upgrade sbt/sbt to 1.10.2
Update actions/checkout action from `v2` to `v4`
  • Schedule: ["on Monday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
Update dependency com.lightbend.akka:akka-stream-alpakka-influxdb from `3.0.4` to `v6`
Update dependency com.typesafe.akka:akka-stream-kafka-testkit from `2.0.7` to `v4`
Update dependency ubuntu from `18.04` to `v22`
  • Schedule: ["on Monday"]
  • Branch name: renovate/ubuntu-22.x
  • Merge into: master
  • Upgrade ubuntu to 22.04
Update docker/login-action action from `v1` to `v3`
  • Schedule: ["on Monday"]
  • Branch name: renovate/docker-login-action-3.x
  • Merge into: master
  • Upgrade docker/login-action to v3
Update olafurpg/setup-scala action from `v13` to `v14`
  • Schedule: ["on Monday"]
  • Branch name: renovate/olafurpg-setup-scala-14.x
  • Merge into: master
  • Upgrade olafurpg/setup-scala to v14
Update softprops/action-gh-release action from `v1` to `v2`
  • Schedule: ["on Monday"]
  • Branch name: renovate/softprops-action-gh-release-2.x
  • Merge into: master
  • Upgrade softprops/action-gh-release to v2

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


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants