Skip to content

Commit

Permalink
fix: Dependabot uses arrays for labels (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Jun 7, 2022
1 parent 16e66c6 commit 94ed081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yaml
Expand Up @@ -6,7 +6,7 @@ updates:
interval: "weekly"
time: "06:00"
timezone: "America/Chicago"
labels:
labels: []
commit-message:
prefix: "chore"
ignore:
Expand All @@ -33,7 +33,7 @@ updates:
timezone: "America/Chicago"
commit-message:
prefix: "chore"
labels:
labels: []

- package-ecosystem: "npm"
directory: "/site/"
Expand All @@ -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
Expand All @@ -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"

0 comments on commit 94ed081

Please sign in to comment.