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

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


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

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# @digitalcube/renovate-config

[![NPM](https://nodei.co/npm/@digitalcube/renovate-config.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@digitalcube/renovate-config/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Usage

### Default

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

### Demo applications

```json
{
"extends": ["@digitalcube:examples"]
}
```

## Development

```bash
$ git clone git@github.com:megumiteam/renovate-config.git
$ cd renovate-config
$ npm install

$ npm run test
```