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

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

A config for the Renovate dependency updating bot
https://github.com/tsui66/renovate-config

Last synced: 5 months ago
JSON representation

A config for the Renovate dependency updating bot

Awesome Lists containing this project

README

          

# @hashaio/renovate-config

[![Build Status](https://github.com/tsui66/renovate-config/workflows/CI/badge.svg)](https://github.com/tsui66/renovate-config/actions)

A Renovate config great for small JavaScript libraries.

## Usage

Set your Renovate config to use this config

```json
{
"extends": ["@hashaio"]
}
```