diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-12 00:00:35 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-12 00:00:35 +0300 |
commit | 97aa90a605602b9385ba734e2bd9d155aed954e8 (patch) | |
tree | cdea1f2084bde1d9d20d84faa6404fddd178279f /renovate.config.cjs | |
parent | d3034596b77d3983253d3558f0bf581e42db3171 (diff) | |
download | popov.link-97aa90a605602b9385ba734e2bd9d155aed954e8.tar.xz popov.link-97aa90a605602b9385ba734e2bd9d155aed954e8.zip |
Add Renovate configuration files
Diffstat (limited to 'renovate.config.cjs')
-rw-r--r-- | renovate.config.cjs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/renovate.config.cjs b/renovate.config.cjs new file mode 100644 index 0000000..44bc458 --- /dev/null +++ b/renovate.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + endpoint: "https://code.popov.link", + gitAuthor: "RenovateBot <renovatebot@noreply.localhost>", + optimizeForDisabled: true, + platform: "gitea", +}; |