From ceb051569369a4824866e882007541e471c86090 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 14 Jun 2024 10:01:09 +0200 Subject: [PATCH] Use the default dependabot labeling (#7457) Dependabot already includes `dependencies` on PRs. Removing the config will cause it to also include an ecosystem label like `go`. Signed-off-by: SuperQ --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41ac5e3bf1..7e63cb7bc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,15 +5,12 @@ updates: directory: "/" schedule: interval: "weekly" - labels: ["dependencies"] open-pull-requests-limit: 20 - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - labels: ["dependencies"] - package-ecosystem: "github-actions" directory: "/" schedule: interval: weekly - labels: ["dependencies"]