From 794de91d05e61eac00f9f2feb801093cba964034 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Tue, 30 May 2023 21:50:12 +0000 Subject: [PATCH] chore: update dependabot workflow label --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f31ca25b..c98465e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: day: saturday time: '08:00' timezone: America/Sao_Paulo + labels: + - "area: dependencies" + - "lang: go" - package-ecosystem: npm directory: / @@ -16,3 +19,6 @@ updates: day: saturday time: '08:00' timezone: America/Sao_Paulo + labels: + - "area: dependencies" + - "lang: javascript"