Added CI for GitHub and Gitea
All checks were successful
RenovateBot / renovate (push) Successful in 32s

This commit is contained in:
2024-07-19 17:31:21 +04:00
parent 7fb0f81a89
commit 4ef6756f59
5 changed files with 68 additions and 17 deletions

6
renovate.config.cjs Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
endpoint: "https://code.popov.link",
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
optimizeForDisabled: true,
platform: "gitea",
};