From 2ade07da755a8110d96afba443b69c03475ae60c Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 11 Jun 2025 12:27:24 +0200 Subject: [PATCH] remove ci label from dependabot config --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be3ba6a19..b2ace54c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -53,6 +53,4 @@ updates: groups: github-actions: patterns: - - "*" - labels: - - "misc:ci" \ No newline at end of file + - "*" \ No newline at end of file