summaryrefslogtreecommitdiff
path: root/renovate.config.cjs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-05 17:10:23 +0300
committerValentin Popov <valentin@popov.link>2026-02-05 17:10:23 +0300
commit6f7a567dea9c165a519ca5246299dc36681fb7b2 (patch)
tree52412d5935b939108d246ea8bcb6fb0a4ed09016 /renovate.config.cjs
parentddd12b30191cb64ac0c90ea98054777a1335279c (diff)
downloadstrapi-plugin-checkbox-list-6f7a567dea9c165a519ca5246299dc36681fb7b2.tar.xz
strapi-plugin-checkbox-list-6f7a567dea9c165a519ca5246299dc36681fb7b2.zip
Add Renovate configuration files for automated dependency management
- 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.
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..9d56531
--- /dev/null
+++ b/renovate.config.cjs
@@ -0,0 +1,6 @@
+module.exports = {
+ endpoint: "https://code.popov.link",
+ gitAuthor: "renovate[bot] <renovatebot@noreply.localhost>",
+ optimizeForDisabled: true,
+ platform: "gitea",
+}; \ No newline at end of file