Add Renovate configuration files

This commit is contained in:
2024-09-11 21:00:35 +00:00
parent d3034596b7
commit 97aa90a605
3 changed files with 30 additions and 1 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",
};