Skip to content

Commit

Permalink
Fix Dependabot by dropping supprt for requirements-dev.txt (#461)
Browse files Browse the repository at this point in the history
Dependabot fails with this:

Update configs must have a unique combination of 'package-ecosystem',
'directory', and 'target-branch'. Ecosystem 'pip' has overlapping
directories.
  • Loading branch information
gwaramadze authored Aug 22, 2024
1 parent 3cede4b commit cdfb015
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ updates:
- "/tests"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
file: "requirements-dev.txt"
schedule:
interval: "weekly"

0 comments on commit cdfb015

Please sign in to comment.