Configure Renovate

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

  • deps.edn (deps-edn)
  • pom.xml (maven)

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 9 Merge Requests:

Update dependency org.clojure/data.csv to v1.0.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-data.csv-1.x
  • Merge into: main
  • Upgrade org.clojure/data.csv to 1.0.1
Update dependency org.clojure/test.check to v1.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-test.check-1.x
  • Merge into: main
  • Upgrade org.clojure/test.check to 1.1.1
Update dependency org.msync/lucene-clj to v0.2.0-SNAPSHOT
  • Schedule: ["at any time"]
  • Branch name: renovate/org.msync-lucene-clj-0.x
  • Merge into: main
  • Upgrade org.msync/lucene-clj to 0.2.0-SNAPSHOT
Update dependency vlaaad/reveal to v1.3.282
  • Schedule: ["at any time"]
  • Branch name: renovate/vlaaad-reveal-1.x
  • Merge into: main
  • Upgrade vlaaad/reveal to 1.3.282
Update dependency cheshire/cheshire to v5.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cheshire-cheshire-5.x
  • Merge into: main
  • Upgrade cheshire/cheshire to 5.12.0
Update dependency org.clojure/clojure to v1.11.1
Update dependency org.clojure/data.json to v1.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-data.json-1.x
  • Merge into: main
  • Upgrade org.clojure/data.json to 1.1.0
Update dependency org.clojure/tools.logging to v1.2.4
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-tools.logging-1.x
  • Merge into: main
  • Upgrade org.clojure/tools.logging to 1.2.4
Update dependency org.clojure/data.json to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/org.clojure-data.json-2.x
  • Merge into: main
  • Upgrade org.clojure/data.json to 2.5.0

🚸 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

Loading