Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/usage/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
20 changes: 20 additions & 0 deletions docs/usage/community-tools.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- prettier-ignore -->
!!! 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
4 changes: 4 additions & 0 deletions docs/usage/getting-started/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading