Skip to content

chore: Configure Renovate

Ghost User requested to merge renovate/configure into trunk

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • .circleci/config.yml (circleci)
  • bb.edn (deps-edn)
  • bb/deps.edn (deps-edn)
  • deps.edn (deps-edn)
  • bb/resources/template/pom.xml (maven)
  • release-js/package.json (npm)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR 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.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 15 Merge Requests:

chore(deps): pin dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: trunk
  • Pin github-cli to 1.0.6
  • Pin tools to 0.0.30
chore(deps): update dependency io.replikativ/konserve to v0.7.315
  • Schedule: ["at any time"]
  • Branch name: renovate/io.replikativ-konserve-0.x
  • Merge into: trunk
  • Upgrade io.replikativ/konserve to 0.7.315
chore(deps): update dependency metosin/spec-tools to v0.10.6
  • Schedule: ["at any time"]
  • Branch name: renovate/metosin-spec-tools-0.x
  • Merge into: trunk
  • Upgrade metosin/spec-tools to 0.10.6
chore(deps): update dependency org.clojure/clojurescript to v1.11.121
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-clojurescript-1.x
  • Merge into: trunk
  • Upgrade org.clojure/clojurescript to 1.11.121
chore(deps): update dependency selmer/selmer to v1.12.59
  • Schedule: ["at any time"]
  • Branch name: renovate/selmer-selmer-1.x
  • Merge into: trunk
  • Upgrade selmer/selmer to 1.12.59
chore(deps): update dependency slipset/deps-deploy to v0.2.2
  • Schedule: ["at any time"]
  • Branch name: renovate/slipset-deps-deploy-0.x
  • Merge into: trunk
  • Upgrade slipset/deps-deploy to 0.2.2
chore(deps): update dependency cheshire/cheshire to v5.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cheshire-cheshire-5.x
  • Merge into: trunk
  • Upgrade cheshire/cheshire to 5.12.0
chore(deps): update dependency com.github.liquidz/antq to v2.8.1173
  • Schedule: ["at any time"]
  • Branch name: renovate/com.github.liquidz-antq-2.x
  • Merge into: trunk
  • Upgrade com.github.liquidz/antq to 2.8.1173
chore(deps): update dependency com.taoensso/timbre to v6.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/com.taoensso-timbre-6.x
  • Merge into: trunk
  • Upgrade com.taoensso/timbre to 6.3.1
chore(deps): update dependency lambdaisland/kaocha to v1.87.1366
  • Schedule: ["at any time"]
  • Branch name: renovate/lambdaisland-kaocha-1.x
  • Merge into: trunk
  • Upgrade lambdaisland/kaocha to 1.87.1366
chore(deps): update dependency org.clojure/clojure to v1.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-clojure-1.x
  • Merge into: trunk
  • Upgrade org.clojure/clojure to 1.11.1
chore(deps): update dependency org.clojure/data.json to v2.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-data.json-2.x
  • Merge into: trunk
  • Upgrade org.clojure/data.json to 2.5.0
chore(deps): update dependency persistent-sorted-set/persistent-sorted-set to v0.3.0
chore(deps): update github-cli orb to 1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github-cli-1.x
  • Merge into: trunk
  • Upgrade github-cli to 1.1
chore(deps): update github-cli orb to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/github-cli-2.x
  • Merge into: trunk
  • Upgrade github-cli to 2.3

🚸 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 MR has been generated by Renovate Bot.

Merge request reports