Add Renovate configuration files for automated dependency management
Some checks failed
RenovateBot / renovate (push) Has been cancelled

- 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.
This commit is contained in:
2026-02-05 14:10:23 +00:00
parent ddd12b3019
commit 6f7a567dea
3 changed files with 64 additions and 0 deletions

6
renovate.config.cjs Normal file
View File

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