aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/renovate.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..dc971fc
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,31 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:recommended",
+ ":disableDependencyDashboard"
+ ],
+ "assignees": [
+ "valentineus"
+ ],
+ "labels": [
+ "dependencies",
+ "automated"
+ ],
+ "packageRules": [
+ {
+ "description": "Group patch & minor updates together",
+ "groupName": "all digest updates",
+ "groupSlug": "all-digest",
+ "matchUpdateTypes": [
+ "minor",
+ "patch",
+ "pin",
+ "digest"
+ ],
+ "matchPackageNames": [
+ "*"
+ ],
+ "automerge": true
+ }
+ ]
+} \ No newline at end of file