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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T15:19:45.000Z (3 months ago)
- Last Synced: 2025-02-15T15:31:56.829Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
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
```