From c48490778d006d356891907ba1e447d69506ef9f Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 29 May 2024 12:21:49 +0200 Subject: [PATCH] docs(about us): add section about paid help (#29317) --- docs/usage/about-us.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/usage/about-us.md b/docs/usage/about-us.md index 7f8838c335..9f72f9853d 100644 --- a/docs/usage/about-us.md +++ b/docs/usage/about-us.md @@ -51,6 +51,13 @@ Some features made a lot of people happy, and efficient! The source code for Renovate is available on [GitHub at `renovatebot/renovate`](https://github.com/renovatebot/renovate). This is where we do most of the development. +### Getting more paid help + +If you need more assistance than what this project offers, you have two options: + +1. Become a Mend.io customer, such as by buying Renovate Enterprise, or +1. Hire an experienced Renovate contributor privately for consulting. Mend.io staff do _not_ offer this service, but one of our volunteer maintainers, [`@secustor`](https://github.com/secustor), does + ## About these docs The Renovate docs are built from Markdown files in our [`renovatebot/renovate` repository](https://github.com/renovatebot/renovate). -- GitLab