aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-12 00:00:35 +0300
committerValentin Popov <valentin@popov.link>2024-09-12 00:00:35 +0300
commit97aa90a605602b9385ba734e2bd9d155aed954e8 (patch)
treecdea1f2084bde1d9d20d84faa6404fddd178279f
parentd3034596b77d3983253d3558f0bf581e42db3171 (diff)
downloadpopov.link-97aa90a605602b9385ba734e2bd9d155aed954e8.tar.xz
popov.link-97aa90a605602b9385ba734e2bd9d155aed954e8.zip
Add Renovate configuration files
-rw-r--r--.renovaterc24
-rw-r--r--CNAME1
-rw-r--r--renovate.config.cjs6
3 files changed, 30 insertions, 1 deletions
diff --git a/.renovaterc b/.renovaterc
new file mode 100644
index 0000000..8aac33c
--- /dev/null
+++ b/.renovaterc
@@ -0,0 +1,24 @@
+{
+ "assignees": [
+ "valentineus"
+ ],
+ "extends": [
+ "config:recommended",
+ ":disableDependencyDashboard"
+ ],
+ "packageRules": [
+ {
+ "groupName": "all digest updates",
+ "groupSlug": "all-digest",
+ "matchPackagePatterns": [
+ "*"
+ ],
+ "matchUpdateTypes": [
+ "minor",
+ "patch",
+ "pin",
+ "digest"
+ ]
+ }
+ ]
+} \ No newline at end of file
diff --git a/CNAME b/CNAME
deleted file mode 100644
index 4eeacdd..0000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-popov.link
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",
+};