From 79fae44cb34fc585e19d6479964b8991a8feebb0 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Thu, 29 Oct 2020 08:31:33 +0100 Subject: [PATCH] ci: fix dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b06c904..c6f5c6a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,6 @@ updates: interval: 'weekly' commit-message: prefix: 'chore' - include_scope: true - default_labels: + include: 'scope' + labels: - 'type: dependencies'