Skip to content

Configure Renovate

Particify Dependency Bot requested to merge renovate/configure into master

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

  • docker-compose.prod.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • couchdb/Dockerfile (dockerfile)
  • nginx-proxy/Dockerfile (dockerfile)
  • rabbitmq-stomp/Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)

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.
  • If automerging, push the new commit directly to the base branch (no MR).
  • Automerge patch upgrades if they pass tests.
  • Automerge digest upgrades if they pass tests.
  • Removes rate limit for MR creation per hour.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to .renovaterc.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 4 Merge Requests:

Update particify/couchdb Docker tag to v3.3
  • Schedule: ["at any time"]
  • Branch name: renovate/particify-couchdb-3.x
  • Merge into: master
  • Upgrade particify/couchdb to 3.3
Update particify/rabbitmq-stomp Docker tag to v3.12
  • Schedule: ["at any time"]
  • Branch name: renovate/particify-rabbitmq-stomp-3.x
  • Merge into: master
  • Upgrade particify/rabbitmq-stomp to 3.12-alpine
Update postgres Docker tag to v13.15
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-13.x
  • Merge into: master
  • Upgrade postgres to 13.15-alpine
Update postgres Docker tag to v16
  • Schedule: ["at any time"]
  • Branch name: renovate/postgres-16.x
  • Merge into: master
  • Upgrade postgres to 16.3-alpine

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.

Edited by Particify Dependency Bot

Merge request reports