aboutsummaryrefslogtreecommitdiff
path: root/renovate.config.cjs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 16:31:21 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 16:31:21 +0300
commit4ef6756f59fe5cb30853683665187b763cd4826a (patch)
treed56a6f2d2250145e1f7905cfad9322280f65c1f4 /renovate.config.cjs
parent7fb0f81a89979044edfb5633df2d09c164c8e2a8 (diff)
downloadwecli-4ef6756f59fe5cb30853683665187b763cd4826a.tar.xz
wecli-4ef6756f59fe5cb30853683665187b763cd4826a.zip
Added CI for GitHub and Gitea
Diffstat (limited to 'renovate.config.cjs')
-rw-r--r--renovate.config.cjs6
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",
+};