Add renovate config (#180)
All checks were successful
test / test (4.1.7) (push) Successful in 1m50s
test / test (3.6.21) (push) Successful in 2m47s
test / test (latest) (push) Successful in 3m20s

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: #180 Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit was merged in pull request #180.
This commit is contained in:
2023-11-21 20:32:19 +00:00
committed by techknowlogick
parent d0c51c134e
commit 44d5a31e45

4
renovate.json5 Normal file
View File

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