Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mteu/renovate-configuration
- Owner: mteu
- License: gpl-3.0
- Created: 2023-04-11T08:56:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T23:05:26.000Z (2 months ago)
- Last Synced: 2025-01-22T20:54:13.406Z (12 days ago)
- Topics: renovate, renovate-config
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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).