forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
26 lines (25 loc) · 733 Bytes
/
dependabot.yml
File metadata and controls
26 lines (25 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: /
schedule:
interval: daily
labels:
- 'skip news'
# Not skipping the news for Python dependencies in case it's actually useful to communicate to users.
- package-ecosystem: 'pip'
directory: /
schedule:
interval: daily
ignore:
- 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: []
# Activate when we feel ready to keep up with frequency.
# - package-ecosystem: 'npm'
# directory: /
# schedule:
# interval: daily
# default_labels:
# - "skip news"