Files
popov.link/renovate.config.cjs
Valentin Popov ff28f7d12c
Some checks failed
RenovateBot / renovate (push) Successful in 23s
Test / npm test (push) Has been cancelled
chore: add Renovate configuration and workflows
- Introduced .renovaterc for Renovate settings.
- Added renovate.config.cjs for Gitea integration.
- Created .gitea/workflows/renovate.yml for daily Renovate runs.
- Added .gitea/workflows/test.yml for CI testing.
- Removed outdated GitHub workflows and configuration files.
2026-01-30 17:24:32 +04:00

6 lines
168 B
JavaScript

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