From 6eb401247e3976143a49730797757d80a8c31f5c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 28 Jul 2020 20:41:44 +0200 Subject: [PATCH] Fix dependabot in dev --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5488122d1c..c9bea25c37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: - + # composer 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"