Files
strapi-plugin-checkbox-list/renovate.config.cjs
Valentin Popov 6f7a567dea
Some checks failed
RenovateBot / renovate (push) Has been cancelled
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.
2026-02-05 14:10:23 +00:00

6 lines
168 B
JavaScript

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