File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ schema : https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/repo.yaml
3
+ projects :
4
+ - /
5
+ pyup :
6
+ schema : https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/pyup.yaml
7
+ projects :
8
+ - /
9
+ docker-compose :
10
+ schema : https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/docker-compose.yaml
11
+ projects :
12
+ - /
13
+ apps :
14
+ schema : https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/python-app.yaml
15
+ projects :
16
+ - /
17
+ tools :
18
+ schema : https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/python-tool.yaml
19
+ projects :
20
+ - /agent
21
+ libs :
22
+ schema : https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/python-lib.yaml
23
+ projects :
24
+ - /client
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ recursive-include src *
8
8
recursive-include requirements *.txt
9
9
recursive-include uwsgi *
10
10
11
+ exclude .dirschema.yml
11
12
exclude .editorconfig
12
13
exclude .pyup.yml
13
14
exclude .taskcluster.yml
You can’t perform that action at this time.
0 commit comments