Skip to content

Shareable config for Renovate (renovatebot.com)

License

Notifications You must be signed in to change notification settings

anolilab/renovate-config

Repository files navigation

Shared Renovate Config

Shared config for the renovate service.

license-image


Daniel Bannert's open source work is supported by the community on GitHub Sponsors


Usage

Go to https://github.com/apps/renovate, ask a GitHub admin of the organisation if you need help on how to do this step.

Default preset

{
    "extends": [
        "github>anolilab/renovate-config"
    ]
}

Features

  • Use Europe/Berlin timezone by default
  • Auto merge patch and minor version, if they pass tests
  • Support npm/Node.js ecosystem
  • Support GitHub-Actions updates with hash version
  • Support Docker ecosystem
  • Defined package groups like TypeScript, Prettier, Linters, Vitest

References

Useful links

  • How Renovate find/create/update PRs
    TL;DR: Renovatebot checks branch names and PR titles. If PR is not found to match the branch - Renovatebot will create a new PR.
    To recreate a closed PR, rename the closed PR.

Renovate App and presets configuration

Repos configuration

Troubleshooting

Contributing

If you would like to help take a look at the list of issues and check our Contributing guild.

Note: please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Credits

License

The anolilab renovate-config is open-sourced software licensed under the MIT license