Skip to content

Commit

Permalink
fix(dependabot): remove duplicate pip check
Browse files Browse the repository at this point in the history
it seems like the top-level check also handles our `docs/requirements.txt`

e.g. we got duplicate PRs for a docs update #1932 and #1933
  • Loading branch information
thekaveman authored Mar 6, 2024
1 parent 6aa03f2 commit 99ddea5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ updates:
include: "scope"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/docs" # requirements.txt
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
Expand Down

0 comments on commit 99ddea5

Please sign in to comment.