diff --git a/docs/usage/.pages b/docs/usage/.pages index 7ba8b01837c..9e8699643c2 100644 --- a/docs/usage/.pages +++ b/docs/usage/.pages @@ -51,6 +51,7 @@ nav: - 'Security Presets': 'presets-security.md' - 'Workaround Presets': 'presets-workarounds.md' - All Other: + - 'Community Tools': 'community-tools.md' - ... | user-stories - 'Security and Permissions': 'security-and-permissions.md' - 'Merge Confidence': 'merge-confidence.md' diff --git a/docs/usage/community-tools.md b/docs/usage/community-tools.md new file mode 100644 index 00000000000..caee5c280da --- /dev/null +++ b/docs/usage/community-tools.md @@ -0,0 +1,20 @@ +# Community Tools + +This page lists community-maintained tools that extend or complement Renovate. +These tools are not officially supported by the Renovate team, but may be useful for your workflow. + + +!!! note + If you have a community tool you'd like to add to this page, please open a pull request. + +## Renovate Operator (Kubernetes) + +The [Renovate Operator](https://github.com/mogenius/renovate-operator) lets you run Renovate on Kubernetes in a native way. +It wraps the Renovate CLI in a Kubernetes operator and adds features like: + +- CRD-based scheduling with declarative cron syntax +- Parallel execution with configurable concurrency control +- Auto-discovery of repositories +- Built-in web dashboard for monitoring and management +- Webhook API for on-demand runs +- Prometheus metrics and health checks diff --git a/docs/usage/getting-started/running.md b/docs/usage/getting-started/running.md index 5253d8c8cb3..bfa184f9bdc 100644 --- a/docs/usage/getting-started/running.md +++ b/docs/usage/getting-started/running.md @@ -234,3 +234,7 @@ It's also OK to configure the same as a host rule instead, if you prefer that. ### Self-hosting examples For more examples on running Renovate self-hosted, read our [Self-hosted examples](../examples/self-hosting.md) page. + +### Community tools + +There are also some [community-maintained tools](../community-tools.md) which may help running Renovate. diff --git a/readme.md b/readme.md index fd2bd93b9ef..ed2f506a5c5 100644 --- a/readme.md +++ b/readme.md @@ -80,6 +80,8 @@ See docs: [Running Renovate](https://docs.renovatebot.com/getting-started/runnin **Supports: all platforms** +For additional community-maintained options, see the [Community Tools](https://docs.renovatebot.com/community-tools/) page. + ## Docs ### More about Renovate