-
Notifications
You must be signed in to change notification settings - Fork 3
/
dependencies.yml
51 lines (46 loc) · 1.11 KB
/
dependencies.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
collectors:
- type: python-pip
path: requirements.txt
actors:
# pull requests for updates to our major version
- type: python-pip
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
- type: ruby-bundler
path: /
actors:
# pull requests for updates to our major version
- type: ruby-bundler
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
- type: python-pip
path: requirements3.txt
actors:
# pull requests for updates to our major version
- type: python-pip
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
- type: js-npm
path: hyper/hyper_plugins
actors:
# pull requests for updates to our major version
- type: js-npm
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"
- type: js-npm
path: /
actors:
# pull requests for updates to our major version
- type: js-npm
versions: "L.Y.Y"
# create issues for new major versions
- type: repo-issue
versions: "Y.0.0"