From 16ff7c8ca946b83b4b52d67377446892448bdb34 Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Mon, 3 Feb 2025 13:14:29 -0500 Subject: [PATCH] Remove non-existent labels --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b52bedd..a0d221c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,6 @@ updates: # Check for updates once a week schedule: interval: "weekly" - # Specify labels for pull requests - labels: - - "dependencies" - - "rust" # Allow up to 10 open pull requests open-pull-requests-limit: 10 # Create pull requests for patch and minor updates