Skip to content

OpenRailAssociation/renovate-config

Renovate Config Presets

OpenRail Administrative Project

This repository contains re-usable configuration options for Renovate Bot which we use in some repository to update package dependencies.

Usage

To make a repo use Renovate Bot with this config, the following steps are recommended:

1. Add renovate configuration

Add a file renovate.json5 to your repo which at least contains the following:

// SPDX-License-Identifier: CC0-1.0
// SPDX-FileCopyrightText: 2026 OpenRail Association AISBL
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>OpenRailAssociation/renovate-config"],
}

This will use the configuration from default.json which we consider to be a sane baseline.

We also have other presets which you may use, e.g. actions-pin-documentation.json, which may extend the default. To use this, make your renovate.json5 look like this:

// SPDX-License-Identifier: CC0-1.0
// SPDX-FileCopyrightText: 2026 OpenRail Association AISBL
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>OpenRailAssociation/renovate-config",
    "github>OpenRailAssociation/renovate-config:actions-pin-documentation"
  ],
}

Of course, you can also add your own configuration to your file.

2. Enable the Renovate GitHub App for this repo

This can be done from the GitHub organization admin view, as we have installed the app inside the whole organization but only for select repositories.

There, find the "Renovate" app, press "Configure" and add your repository under the headline "Repository access".

License and Copyright

The renovate configuration files are licensed under CC0-1.0.

There are files in this repository under different licenses. As this repository is REUSE compliant, all required information is transparent.

About

Configuration presets for Renovate Bot

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors