github mend/renovate-ce-ee 0.18.0-pre.1

latest releases: mend-renovate-enterprise-edition-1.2.0, mend-renovate-ce-7.2.0, 7.1.0...
pre-release4 years ago

Deprecation of Postgres DB use

This pre-release removes the need for a dedicated database (Postgres) container to run alongside Renovate. Instead, an in-memory job queue is used by Renovate within a single container.

Here is an example Docker Compose file for running this with GitLab:

  renovate-pro:
    image: renovate/pro:0.18.0-pre.1
    environment:
      - ACCEPT_AGREEMENT=y
      - SCHEDULER_CRON=0 * * * *
      - RENOVATE_PLATFORM=gitlab
      - RENOVATE_ENDPOINT=https://gitlab.company.com/api/v4/
      - RENOVATE_TOKEN
      - GITHUB_COM_TOKEN

GitLab Scheduler improvements

Additionally, this release supports:

  • Pagination for GitLab project retrieval (Closes #73)
  • The Pro scheduler now supports Renovate's autodiscoverFilter config option for GitLab-only (Closes #74). For GitHub Enterprise, please use GitHub's native interface for selecting repositories individually to install.

Don't miss a new renovate-ce-ee release

NewReleases is sending notifications on new releases.