From 15164c35cc936896cc430220fb21aed841b68757 Mon Sep 17 00:00:00 2001 From: Carlos Martinez Date: Tue, 24 Mar 2026 15:21:04 +0000 Subject: [PATCH] Remove labels from dependabot yaml They add a level of complexity we don't particularly need for now. --- .github/dependabot.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2aa3c3e0..a76cce4c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,9 +7,6 @@ updates: interval: "weekly" day: "monday" open-pull-requests-limit: 10 - labels: - - "dependencies" - - "python" # GitHub Actions - package-ecosystem: "github-actions" @@ -18,9 +15,6 @@ updates: interval: "weekly" day: "monday" open-pull-requests-limit: 5 - labels: - - "dependencies" - - "github-actions" # Pre-commit hooks - package-ecosystem: "pre-commit" @@ -29,6 +23,3 @@ updates: interval: "weekly" day: "monday" open-pull-requests-limit: 5 - labels: - - "dependencies" - - "pre-commit"