From 01236d47d328fd450a6d31e18b1b9869281cfc54 Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Tue, 7 Jun 2022 01:20:44 +0000 Subject: [PATCH] fix: Dependabot uses arrays for labels --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4f29451571201..a43bccaef2102 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,7 +6,7 @@ updates: interval: "weekly" time: "06:00" timezone: "America/Chicago" - labels: + labels: [] commit-message: prefix: "chore" ignore: @@ -33,7 +33,7 @@ updates: timezone: "America/Chicago" commit-message: prefix: "chore" - labels: + labels: [] - package-ecosystem: "npm" directory: "/site/" @@ -43,7 +43,7 @@ updates: timezone: "America/Chicago" commit-message: prefix: "chore" - labels: + labels: [] ignore: # Ignore major updates to Node.js types, because they need to # correspond to the Node.js engine version @@ -59,7 +59,7 @@ updates: timezone: "America/Chicago" commit-message: prefix: "chore" - labels: + labels: [] ignore: # We likely want to update this ourselves. - dependency-name: "coder/coder"