Skip to content

Commit

Permalink
fix: Remove dependabot labels (#2110)
Browse files Browse the repository at this point in the history
This kept adding unnecessary labels to our tracker.
Once we need to filter for specific dependabot PRs,
we can add this back.
  • Loading branch information
kylecarbs committed Jun 7, 2022
1 parent 8f13807 commit 16e66c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/dependabot.yaml
Expand Up @@ -6,6 +6,7 @@ updates:
interval: "weekly"
time: "06:00"
timezone: "America/Chicago"
labels:
commit-message:
prefix: "chore"
ignore:
Expand Down Expand Up @@ -33,8 +34,6 @@ updates:
commit-message:
prefix: "chore"
labels:
- "dependencies"
- "go"

- package-ecosystem: "npm"
directory: "/site/"
Expand All @@ -45,8 +44,6 @@ updates:
commit-message:
prefix: "chore"
labels:
- "dependencies"
- "typescript/js"
ignore:
# Ignore major updates to Node.js types, because they need to
# correspond to the Node.js engine version
Expand All @@ -63,8 +60,6 @@ updates:
commit-message:
prefix: "chore"
labels:
- "dependencies"
- "terraform"
ignore:
# We likely want to update this ourselves.
- dependency-name: "coder/coder"

0 comments on commit 16e66c6

Please sign in to comment.