From 4feddb61c52456d0a25bc30dee73855c8f32cc77 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 28 Jul 2020 15:50:37 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5488122d1c..e885c534f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "composer" directory: "/" # Location of package manifests target-branch: develop - labels: bug + labels: ["bug"] schedule: interval: "daily" @@ -13,7 +13,7 @@ updates: - package-ecosystem: "npm" directory: "/" target-branch: develop - labels: bug + labels: ["bug"] schedule: interval: "daily" @@ -21,6 +21,6 @@ updates: - package-ecosystem: "npm" directory: "/frontend" target-branch: develop - labels: bug + labels: ["bug"] schedule: - interval: "daily" \ No newline at end of file + interval: "daily"