Skip to content

praha-inc/renovate-config

Repository files navigation

renovate-config

license Github

This is a Renovate config commonly inherited by PrAha products.

Use this setting to keep up with updates to the library and maintain high code quality.

👏 Getting Started

1. Install Renovate App

Install the Renovate App in the repository.

2. Allow auto merge

Allow automatic merging of repositories to make Renovate auto-merge work.

Updates below the minor version will be merged automatically, so be sure to use branch protection rules accordingly.

3. Install Auto Approve Bot

Install the Approve App that automatically approves pull requests in the repository.

If merging a pull request requires the approval of two people, install an additional Approve2 App in the repository.

4. Configure Renovate

Create a Renovate configuration file (renovate.json), and add github>praha-inc/renovate-config to the extends property.

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>praha-inc/renovate-config"
  ]
}

If additional settings are required, modify the configuration accordingly.

Check the Renovate documentation for configuration details.

🤝 Contributing

Contributions, issues and feature requests are welcome.

Feel free to check issues page if you want to contribute.

📝 License

Copyright © 2024 PrAha.

This project is MIT licensed.