Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ernail/nail-renovate-config
- Owner: erNail
- Created: 2023-06-18T10:57:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T01:25:57.000Z (5 months ago)
- Last Synced: 2024-07-30T05:57:15.128Z (5 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```