Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mteu/renovate-configuration

Custom Renovate configuration
https://github.com/mteu/renovate-configuration

renovate renovate-config

Last synced: 6 days ago
JSON representation

Custom Renovate configuration

Awesome Lists containing this project

README

        

# Renovate configuration

[![CGL](https://github.com/mteu/renovate-configuration/actions/workflows/ci.yaml/badge.svg)](https://github.com/mteu/renovate-configuration/actions/workflows/ci.yaml)
[![Release](https://github.com/mteu/renovate-configuration/actions/workflows/release.yaml/badge.svg)](https://github.com/mteu/renovate-configuration/actions/workflows/release.yaml)
[![License](https://img.shields.io/github/license/mteu/renovate-configuration)](LICENSE)

This package contains my personal [Renovate](https://docs.renovatebot.com/) configuration. It might be breaking without
notice. Use at own risk!

## ⚡ Usage

Add this to your `renovate.json`:

```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>mteu/renovate-configuration"
]
}
```

## ⭐ License

This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).