https://github.com/digitalcube/renovate-config
https://github.com/digitalcube/renovate-config
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitalcube/renovate-config
- Owner: digitalcube
- License: mit
- Created: 2020-06-11T11:32:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T10:27:28.000Z (over 5 years ago)
- Last Synced: 2025-10-13T20:08:34.891Z (4 months ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @digitalcube/renovate-config
[](https://nodei.co/npm/@digitalcube/renovate-config/)
[](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
```