The Renovate configuration file has been added and the setting has been updated to optimize for disabled actions.
All checks were successful
CI / test (push) Successful in 16s
RenovateBot / renovate (push) Successful in 23s

This commit is contained in:
Valentin Popov 2025-05-21 17:35:20 +04:00
parent cfa3cc7be8
commit a1895c8bc8
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 1 additions and 0 deletions

View File

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