From 98fe68432ac4c7f6edcd49102c8c0057d9365952 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 15 Jun 2021 23:32:38 +0200 Subject: [PATCH] ci: update Dependabot labels --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d99307f..f826c1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,5 @@ updates: schedule: interval: "daily" labels: - - "area/chore" - - "area/dockerfile" + - "type/build" + - "scope/dockerfile"