Go to file
Morre 8000673926
feat: pin docker digests
2025-08-26 09:33:30 +02:00
README.md feat: initial commit 2022-01-30 20:47:11 +01:00
default.json feat: pin docker digests 2025-08-26 09:33:30 +02:00

README.md

renovate-config

These are Morres best practice configurations for renovate.

Usage

Check docs.renovatebot.com/config-presets for details on config presets.

Renovate will open a „Dependency Dashboard“ issue in each repository, tracking outstanding or rejected updates. This issue will have three sections:

  • Awaiting Schedule: renovate has detected an update, but has not yet run during the scheduled time to open Pull Requests (see the schedule configuration)
  • Open: There is an open Pull Request for those updates
  • Ignored or Blocked: Those updates are blocked because the existing Pull Request was closed.

To use the default.json configuration, put the following content in your local repository's renovate.json file:

{
  "extends": ["local>open/renovate-config"]
}

⚠️ This configuration will change with the best practices Morre uses. If you want to review changes before applying them, pin your extension.

This default configuration has a description list that will give you an overview over the settings we use by default.