From cc4c6772223c8188efcf4366947b58498fe9e1e9 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 3 Sep 2021 13:53:22 +0200 Subject: [PATCH] Fix Dependabot labels Signed-off-by: CrazyMax --- .github/dependabot.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de9e1bd..0adf2da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,19 +4,15 @@ updates: directory: "/" schedule: interval: "daily" - time: "06:00" - timezone: "Europe/Paris" labels: - - ":game_die: dependencies" - - ":robot: bot" + - "dependencies" + - "bot" - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" - time: "06:00" - timezone: "Europe/Paris" allow: - dependency-type: "production" labels: - - ":game_die: dependencies" - - ":robot: bot" + - "dependencies" + - "bot"