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"