aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml3
-rw-r--r--.renovaterc4
2 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d1f0d08..e710d1b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ allow:
+ - dependency-type: "direct"
+ security-updates: true
diff --git a/.renovaterc b/.renovaterc
index 2406fe2..78baa4b 100644
--- a/.renovaterc
+++ b/.renovaterc
@@ -7,6 +7,10 @@
"groupSlug": "all-digest",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
+ },
+ {
+ "matchUpdateTypes": ["security"],
+ "enabled": false
}
]
}