Add renovate config (#408)
Some checks failed
release-nightly / release-image (push) Failing after 27s
checks / check and test (push) Successful in 1m32s
release-nightly / goreleaser (push) Successful in 4m37s

+ write access required for `renovate-bot` user Reviewed-on: #408 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> 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 #408.
This commit is contained in:
2023-11-23 20:41:10 +00:00
committed by techknowlogick
parent 2020ce79bf
commit 1e940f028b

6
renovate.json5 Normal file
View File

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