From aedeba4fe3bb38a7467dccc2cbe461d8d014dca0 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Wed, 18 Aug 2021 09:46:17 +0200 Subject: [PATCH] Limit to security updates --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 66bb242dc..71e2bd80d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" - + allowed_updates: + - match: + update_type: "security"