From 275f30887bf828a72cf0886c794853d0c0aee54a Mon Sep 17 00:00:00 2001 From: Lauris BH <lauris@nix.lv> Date: Thu, 20 Feb 2020 07:12:34 +0200 Subject: [PATCH] docs: Update readme to include Gitea (#5525) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 142e109b5f..4c26ef8084 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ Automated dependency updates. Multi-platform and multi-language. - Bot behaviour is extremely customisable via configuration files (config as code) - Use eslint-like shared config presets for ease of use and simplifying configuration - Lock files are natively supported and updated in the same commit, including immediately resolving conflicts whenever PRs are merged -- Supports GitHub (.com and Enterprise), GitLab (.com and CE/EE), Bitbucket Server, and Azure DevOps. Bitbucket Cloud is also supported but considered in Beta until it gets the thumbs-up from more users +- Supports GitHub (.com and Enterprise), GitLab (.com and CE/EE), Bitbucket Server, Azure DevOps and Gitea. Bitbucket Cloud is also supported but considered in Beta until it gets the thumbs-up from more users - Open source (installable via npm/yarn or Docker Hub) so can be self-hosted or used via GitHub App ## Who Uses Renovate? -- GitLab