We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6477824 commit a1c4078Copy full SHA for a1c4078
.github/dependabot.yml
@@ -4,7 +4,10 @@ updates:
4
directory: /
5
schedule:
6
interval: daily
7
+ default_labels:
8
+ - 'skip news'
9
10
+ # Not skipping the news for Python dependencies in case it's actually useful to communicate to users.
11
- package-ecosystem: 'pip'
12
13
@@ -14,8 +17,12 @@ updates:
14
17
directory: /news
15
18
16
19
interval: monthly
20
21
22
# Activate when we feel ready to keep up with frequency.
23
# - package-ecosystem: 'npm'
24
# directory: /
25
# schedule:
26
# interval: daily
27
+ # default_labels:
28
+ # - "skip news"
0 commit comments