mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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.
This commit is contained in:
@@ -6,6 +6,7 @@ updates:
|
||||
interval: "weekly"
|
||||
time: "06:00"
|
||||
timezone: "America/Chicago"
|
||||
labels:
|
||||
commit-message:
|
||||
prefix: "chore"
|
||||
ignore:
|
||||
@@ -33,8 +34,6 @@ updates:
|
||||
commit-message:
|
||||
prefix: "chore"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "go"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/site/"
|
||||
@@ -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
|
||||
@@ -63,8 +60,6 @@ updates:
|
||||
commit-message:
|
||||
prefix: "chore"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "terraform"
|
||||
ignore:
|
||||
# We likely want to update this ourselves.
|
||||
- dependency-name: "coder/coder"
|
||||
|
||||
Reference in New Issue
Block a user