Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
labels:
- 'skip news'

# Not skipping the news for Python dependencies in case it's actually useful to communicate to users.
# Not skipping the news for some Python dependencies in case it's actually useful to communicate to users.
- package-ecosystem: 'pip'
directory: /
schedule:
Expand All @@ -16,7 +16,10 @@ updates:
- dependency-name: prospector # Due to Python 2.7 and #14477.
- dependency-name: pytest # Due to Python 2.7 and #13776.
- dependency-name: py # Due to Python 2.7.
labels: []
- dependency-name: isort
- dependency-name: jedi-language-server
labels:
- 'skip news'
# Activate when we feel ready to keep up with frequency.
# - package-ecosystem: 'npm'
# directory: /
Expand Down