Skip to content

Commit

Permalink
Have dependabot ignore pytest and py (#14039)
Browse files Browse the repository at this point in the history
Otherwise it doesn't understand the Python 2.7 restrictions for those dependencies.
  • Loading branch information
brettcannon committed Sep 23, 2020
1 parent ed0e2a7 commit f60eeaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ updates:
directory: /
schedule:
interval: daily
ignore:
- dependency-name: pytest # Due to Python 2.7 and #13776.
- dependency-name: py # Due to Python 2.7.

- package-ecosystem: 'pip'
directory: /news
Expand Down

0 comments on commit f60eeaf

Please sign in to comment.