From 6f7a567dea9c165a519ca5246299dc36681fb7b2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Feb 2026 14:10:23 +0000 Subject: Add Renovate configuration files for automated dependency management - Created .renovaterc for Renovate settings, including package rules for digest updates. - Added renovate.config.cjs to define the Renovate bot's GitHub endpoint and author. - Introduced a Gitea workflow in .gitea/workflows/renovate.yml to schedule daily runs of Renovate. --- 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..9d56531 --- /dev/null +++ b/renovate.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + endpoint: "https://code.popov.link", + gitAuthor: "renovate[bot] ", + optimizeForDisabled: true, + platform: "gitea", +}; \ No newline at end of file -- cgit v1.2.3