📦 @scaleleap/renovate-config
Renovate shareable config presets.
Installation
Create a renovate.json
in your project root, with the following:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"@scaleleap"
]
}
Contributing
- Create or edit a preset in
src/presets/*.ts
- Run
npm start
to commit changes topackage.json
- Run
npm t
for tests
This repository uses Conventional Commit style commit messages.
Use Configuration Options for reference.
Authors or Acknowledgments
- Roman Filippov (Scale Leap)
License
This project is licensed under the MIT License.