Add renovate config (#180)

The `renovate-bot` user must also be added to the repo to make this work.

(For automated onboarding, the user could also be added to the `gitea` org and given write permissions to all repos)

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/180
Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit is contained in:
pat-s 2023-11-21 20:32:19 +00:00 committed by techknowlogick
parent d0c51c134e
commit 44d5a31e45
1 changed files with 4 additions and 0 deletions

4
renovate.json5 Normal file
View File

@ -0,0 +1,4 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["gitea>gitea/renovate-config"],
}