Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94ed081

Browse files
authored
fix: Dependabot uses arrays for labels (#2111)
1 parent 16e66c6 commit 94ed081

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
interval: "weekly"
77
time: "06:00"
88
timezone: "America/Chicago"
9-
labels:
9+
labels: []
1010
commit-message:
1111
prefix: "chore"
1212
ignore:
@@ -33,7 +33,7 @@ updates:
3333
timezone: "America/Chicago"
3434
commit-message:
3535
prefix: "chore"
36-
labels:
36+
labels: []
3737

3838
- package-ecosystem: "npm"
3939
directory: "/site/"
@@ -43,7 +43,7 @@ updates:
4343
timezone: "America/Chicago"
4444
commit-message:
4545
prefix: "chore"
46-
labels:
46+
labels: []
4747
ignore:
4848
# Ignore major updates to Node.js types, because they need to
4949
# correspond to the Node.js engine version
@@ -59,7 +59,7 @@ updates:
5959
timezone: "America/Chicago"
6060
commit-message:
6161
prefix: "chore"
62-
labels:
62+
labels: []
6363
ignore:
6464
# We likely want to update this ourselves.
6565
- dependency-name: "coder/coder"

0 commit comments

Comments
 (0)