- 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.
6 lines
168 B
JavaScript
6 lines
168 B
JavaScript
module.exports = {
|
|
endpoint: "https://code.popov.link",
|
|
gitAuthor: "renovate[bot] <renovatebot@noreply.localhost>",
|
|
optimizeForDisabled: true,
|
|
platform: "gitea",
|
|
}; |