We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skip news
1 parent 783bfb8 commit c55755fCopy full SHA for c55755f
1 file changed
.github/dependabot.yml
@@ -7,7 +7,7 @@ updates:
7
labels:
8
- 'skip news'
9
10
- # 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.
11
- package-ecosystem: 'pip'
12
directory: /
13
schedule:
@@ -16,7 +16,10 @@ updates:
16
- dependency-name: prospector # Due to Python 2.7 and #14477.
17
- dependency-name: pytest # Due to Python 2.7 and #13776.
18
- dependency-name: py # Due to Python 2.7.
19
- labels: []
+ - dependency-name: isort
20
+ - dependency-name: jedi-language-server
21
+ labels:
22
+ - 'skip news'
23
# Activate when we feel ready to keep up with frequency.
24
# - package-ecosystem: 'npm'
25
# directory: /
0 commit comments