Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denuxplays/renovate-config

My collection of renovate configs
https://github.com/denuxplays/renovate-config

Last synced: about 2 months ago
JSON representation

My collection of renovate configs

Awesome Lists containing this project

README

        

# Renovate Configurations

This repository is a collection of configurations for Renovate.

## Structure

- Files in the first order are fully configured and ready-to-use configs.
- Files in folders are partial (but still valid) configurations that can be included in other configurations.

## Example

To include a configuration, you can reference it in your `renovate.json` file like this:

```json
{
"extends": [
"github>DenuxPlays/renovate-config"
]
}
````

## Configurations

### [default.json5](default.json5)

The default and base configuration for Renovate.

### [rust.json5](rust.json5)

Configuration specifically for Rust projects.

## Contributions

We are open to contributions! If you have any improvements or new configurations to add, feel free to open a pull
request.