Skip to content

Commit a1c4078

Browse files
authored
Add the "skip news" entry for some dependabot PRs (#13897)
1 parent 6477824 commit a1c4078

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
default_labels:
8+
- 'skip news'
79

10+
# Not skipping the news for Python dependencies in case it's actually useful to communicate to users.
811
- package-ecosystem: 'pip'
912
directory: /
1013
schedule:
@@ -14,8 +17,12 @@ updates:
1417
directory: /news
1518
schedule:
1619
interval: monthly
20+
default_labels:
21+
- 'skip news'
1722
# Activate when we feel ready to keep up with frequency.
1823
# - package-ecosystem: 'npm'
1924
# directory: /
2025
# schedule:
2126
# interval: daily
27+
# default_labels:
28+
# - "skip news"

0 commit comments

Comments
 (0)