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 | |
parent | d3034596b77d3983253d3558f0bf581e42db3171 (diff) | |
download | popov.link-97aa90a605602b9385ba734e2bd9d155aed954e8.tar.xz popov.link-97aa90a605602b9385ba734e2bd9d155aed954e8.zip |
Add Renovate configuration files
-rw-r--r-- | .renovaterc | 24 | ||||
-rw-r--r-- | CNAME | 1 | ||||
-rw-r--r-- | renovate.config.cjs | 6 |
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 @@ -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", +}; |