From cc9c352337e401ecab04aca18477ba6ac5606f33 Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Fri, 15 May 2020 19:46:29 +0100 Subject: [PATCH] Minor dependabot config yml format fix (#1979) resolved GH-1977 --- .dependabot/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dependabot/config.yml b/.dependabot/config.yml index d94d891fb..4797db05e 100644 --- a/.dependabot/config.yml +++ b/.dependabot/config.yml @@ -11,7 +11,7 @@ update_configs: - "Samyoul" allowed_updates: - match: - update_type: "security" + update_type: "security" - package_manager: "go:modules" directory: "/protocol" update_schedule: "weekly" @@ -20,4 +20,4 @@ update_configs: - "Samyoul" allowed_updates: - match: - update_type: "security" + update_type: "security"