Skip to content

Commit c55755f

Browse files
author
Kartik Raj
authored
Add skip news label for all python dependencies except isort and jedi-language-server (#19229)
1 parent 783bfb8 commit c55755f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
labels:
88
- 'skip news'
99

10-
# Not skipping the news for Python dependencies in case it's actually useful to communicate to users.
10+
# Not skipping the news for some Python dependencies in case it's actually useful to communicate to users.
1111
- package-ecosystem: 'pip'
1212
directory: /
1313
schedule:
@@ -16,7 +16,10 @@ updates:
1616
- dependency-name: prospector # Due to Python 2.7 and #14477.
1717
- dependency-name: pytest # Due to Python 2.7 and #13776.
1818
- dependency-name: py # Due to Python 2.7.
19-
labels: []
19+
- dependency-name: isort
20+
- dependency-name: jedi-language-server
21+
labels:
22+
- 'skip news'
2023
# Activate when we feel ready to keep up with frequency.
2124
# - package-ecosystem: 'npm'
2225
# directory: /

0 commit comments

Comments
 (0)