From cde35b62aa56a370de099a3d4cfe28bf6a5c29ec Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 8 Apr 2022 23:25:16 +0200 Subject: [PATCH] remove custom labels --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6de9891..fc461f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,15 +3,11 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" - labels: - - "pr: dependency-update" schedule: interval: "daily" # Maintain dependencies for pip - package-ecosystem: "pip" directory: "/" - labels: - - "pr: dependency-update" schedule: interval: "daily"