aboutsummaryrefslogtreecommitdiff
path: root/.github/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/renovate.json')
-rw-r--r--.github/renovate.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..d2a17be
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,23 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:recommended",
+ ":disableDependencyDashboard"
+ ],
+ "packageRules": [
+ {
+ "groupName": "all digest updates",
+ "groupSlug": "all-digest",
+ "matchUpdateTypes": [
+ "minor",
+ "patch",
+ "pin",
+ "digest"
+ ],
+ "matchPackageNames": [
+ "*"
+ ],
+ "automerge": true
+ }
+ ]
+} \ No newline at end of file