Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ernail/nail-renovate-config

Configuration and actions for automatic dependency updates of repositories of erNail
https://github.com/ernail/nail-renovate-config

Last synced: about 1 month ago
JSON representation

Configuration and actions for automatic dependency updates of repositories of erNail

Awesome Lists containing this project

README

        

# nail-renovate-config

Configuration and actions for automatic dependency updates of repositories of erNail.

## Development

Install Dependencies:

```shell
pip install -r requirements.txt
yarn global add [email protected]
```

Run `pre-commit` for linting:

```shell
pre-commit run --all-files --color=always --show-diff-on-failure
```

Run `renovate`:

```shell
renovate
```