From 2b5df8c18dcf2d2fcbef9fea30db0739cf22251a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 5 May 2025 17:15:19 +0200 Subject: [PATCH] .github/dependabot.yml: disable default labels We have our own labels and don't need "dependencies" or "github_actions" labels. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a1f2..a909ff0fdde0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,4 @@ updates: directory: "/" schedule: interval: "weekly" + labels: [ ]