aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-21 16:35:20 +0300
committerValentin Popov <valentin@popov.link>2025-05-21 16:35:20 +0300
commita1895c8bc8e89724e48d8853d97aa3f25e586f54 (patch)
treef4661722f481e929d34928eae35e3b5fe7cab2f6
parentcfa3cc7be8383275b5fde71d32d6db73c0e1b082 (diff)
downloadpopov.link-a1895c8bc8e89724e48d8853d97aa3f25e586f54.tar.xz
popov.link-a1895c8bc8e89724e48d8853d97aa3f25e586f54.zip
The Renovate configuration file has been added and the setting has been updated to optimize for disabled actions.
-rw-r--r--.renovaterc (renamed from renovate.json)0
-rw-r--r--renovate.config.cjs1
2 files changed, 1 insertions, 0 deletions
diff --git a/renovate.json b/.renovaterc
index 8e29858..8e29858 100644
--- a/renovate.json
+++ b/.renovaterc
diff --git a/renovate.config.cjs b/renovate.config.cjs
index 98ecc39..44bc458 100644
--- a/renovate.config.cjs
+++ b/renovate.config.cjs
@@ -1,5 +1,6 @@
module.exports = {
endpoint: "https://code.popov.link",
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
+ optimizeForDisabled: true,
platform: "gitea",
};