Renovate configuration for Pulsate projects
Note
This repository support only Node.js v20.0.0 and higher. If you are using older version of Node.js, please update it.
mise install- Setup renovate in repository
- Add
renovate.jsonfile to repository.githubdirectory
{
"extends": ["github>pulsate-dev/renovate-config"]
}You can override the configuration by appending it directly to the renovate.json file in the repository root directory.
See renovate docs for more information on what you can do with Renovate.