-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.thoth.yaml
More file actions
36 lines (33 loc) · 765 Bytes
/
.thoth.yaml
File metadata and controls
36 lines (33 loc) · 765 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
27
28
29
30
31
32
33
34
35
36
host: khemenu.thoth-station.ninja
tls_verify: true
requirements_format: pipenv
runtime_environments:
- name: default
operating_system:
name: ubi
version: "8"
python_version: "3.8"
recommendation_type: latest
# https://thoth-station.ninja/docs/developers/kebechet/managers.html#available-managers
managers:
- name: info
configuration:
enabled: true
- name: label-bot
configuration:
enabled: false
- name: pipfile-requirements
configuration:
enabled: false
- name: thoth-advise
configuration:
enabled: false
- name: thoth-provenance
configuration:
enabled: false
- name: update
configuration:
enabled: false
- name: version
configuration:
enabled: false