From 44d5a31e4530cca0d43406a213807d3476431647 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 21 Nov 2023 20:32:19 +0000 Subject: [PATCH] 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 Co-committed-by: pat-s --- renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json5 diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..6b8ffe3 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,4 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["gitea>gitea/renovate-config"], +}