Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getstrm/renovate-config
Renovate Bot reusable configuration
https://github.com/getstrm/renovate-config
Last synced: 12 days ago
JSON representation
Renovate Bot reusable configuration
- Host: GitHub
- URL: https://github.com/getstrm/renovate-config
- Owner: getstrm
- Created: 2023-11-21T15:24:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T12:06:00.000Z (11 months ago)
- Last Synced: 2024-11-07T10:47:23.616Z (2 months ago)
- Size: 179 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Renovate Configuration setup
This repository contains the default Renovate configuration for all of our repositories.
### Running locally
In order to run Renovate locally, copy the `.envrc-template` to `.envrc` (in order to use this,
install https://direnv.net/), and run `direnv allow` after you populate the values. `RENOVATE_TOKEN` is
the `GITHUB_TOKEN`.Install Renovate locally with NPM, `npm install -g renovate`. I had to update my git version and ensure a specific node
version (manage node versions with https://github.com/nvm-sh/nvm). After this, I was able to run the following command,
to test the PRs that would be created for a specific repository:```
renovate --dry-run --autodiscover=true --autodiscover-filter=getstrm/pace
```NOTE: Make sure to run this with `--dry-run`, otherwise you'll actually create PRs.