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

Skip to content

Commit 5eb11db

Browse files
committed
fix: Remove dependabot labels (#2110)
This kept adding unnecessary labels to our tracker. Once we need to filter for specific dependabot PRs, we can add this back.
1 parent 6a883fc commit 5eb11db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/dependabot.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
interval: "weekly"
77
time: "06:00"
88
timezone: "America/Chicago"
9+
labels:
910
commit-message:
1011
prefix: "chore"
1112
ignore:
@@ -33,8 +34,6 @@ updates:
3334
commit-message:
3435
prefix: "chore"
3536
labels:
36-
- "dependencies"
37-
- "go"
3837

3938
- package-ecosystem: "npm"
4039
directory: "/site/"
@@ -45,8 +44,6 @@ updates:
4544
commit-message:
4645
prefix: "chore"
4746
labels:
48-
- "dependencies"
49-
- "typescript/js"
5047
ignore:
5148
# Ignore major updates to Node.js types, because they need to
5249
# correspond to the Node.js engine version
@@ -63,8 +60,6 @@ updates:
6360
commit-message:
6461
prefix: "chore"
6562
labels:
66-
- "dependencies"
67-
- "terraform"
6863
ignore:
6964
# We likely want to update this ourselves.
7065
- dependency-name: "coder/coder"

0 commit comments

Comments
 (0)