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.
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",
|
|
}; |