From 489df740ac1fd31c9855c9e2abea4153009b3933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Mon, 12 Jul 2021 19:42:18 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bf6944e..2f85879 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,16 @@ version: 2 + updates: -- package-ecosystem: gomod - directory: / - schedule: - interval: daily -- package-ecosystem: github-actions - directory: / - schedule: - interval: daily + - package-ecosystem: gomod + directory: / + labels: + - area/dependencies + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + labels: + - area/dependencies + schedule: + interval: daily