From 4ef6756f59fe5cb30853683665187b763cd4826a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 17:31:21 +0400 Subject: Added CI for GitHub and Gitea --- renovate.config.cjs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.config.cjs (limited to 'renovate.config.cjs') diff --git a/renovate.config.cjs b/renovate.config.cjs new file mode 100644 index 0000000..44bc458 --- /dev/null +++ b/renovate.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + endpoint: "https://code.popov.link", + gitAuthor: "RenovateBot ", + optimizeForDisabled: true, + platform: "gitea", +}; -- cgit v1.2.3