aboutsummaryrefslogtreecommitdiff
path: root/.renovaterc
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 /.renovaterc
parent7fb0f81a89979044edfb5633df2d09c164c8e2a8 (diff)
downloadwecli-4ef6756f59fe5cb30853683665187b763cd4826a.tar.xz
wecli-4ef6756f59fe5cb30853683665187b763cd4826a.zip
Added CI for GitHub and Gitea
Diffstat (limited to '.renovaterc')
-rw-r--r--.renovaterc24
1 files changed, 24 insertions, 0 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