From 5dab42c78025ca69fe09c3adac62a29156206e1c Mon Sep 17 00:00:00 2001 From: kylecarbs Date: Tue, 7 Jun 2022 01:04:11 +0000 Subject: [PATCH] fix: Remove dependabot labels This kept adding unnecessary labels to our tracker. Once we need to filter for specific dependabot PRs, we can add this back. --- .github/dependabot.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8c5daa4fa4bbd..4f29451571201 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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"