-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
103 lines (91 loc) · 3.12 KB
/
config.yaml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# name: Should match the template filename and the property in github
# template_name the name of the template in the templates folder
# repo_path: The path in the repo to write the file to
# alternate_paths: Any paths listed here will be treated as the same file and renamed to the main repo_path
# Groups allow inheriting a potentially evolving set of templates for a particular project type without needing to
# constantly update the list of files in the repo settings
# Just set `group:<groupname>` in the repo settings instead
groups:
- name: base
templates:
- dep-review
- commit-signing
- dependabot
- name: go
templates:
- go-makefile
- dependabot
- name: go-ci
templates:
- go-test
files:
- name: commit-signing
template_name: check-commit-signing.yml
repo_path: .github/workflows/check-commit-signing.yml
alternate_paths:
- .github/workflows/check-commit-signing.yaml
- name: dep-review
template_name: dependency-review.yml
repo_path: .github/workflows/dependency-review.yml
alternate_paths:
- .github/workflows/dependency-review.yaml
- name: dependabot
template_name: dependabot.yml
repo_path: .github/dependabot.yml
alternate_paths:
- .github/dependabot.yaml
- name: go-dependabot
template_name: go-dependabot.yml
repo_path: .github/dependabot.yml
alternate_paths:
- .github/dependabot.yaml
- name: go-makefile
template_name: go-makefile
repo_path: Makefile
- name: go-test
template_name: go-test.yml
repo_path: .github/workflows/go-test.yml
alternate_paths:
- .github/go-test.yaml
- name: prettier
template_name: prettierrc.yml
repo_path: .prettierrc.yml
alternate_paths:
- .prettierrc
- .prettierrc.json
- .prettierrc.json5
- .prettierrc.yaml
- .prettierrc.js
- .prettierrc.js
- .prettier.config.js
- .prettierrc.mjs
- .prettier.config.mjs
- .prettierrc.cjs
- .prettier.config.cjs
- .prettierrc.toml
- name: security
template_name: SECURITY.md
repo_path: SECURITY.md
variables:
COMPANY_NAME: "Chia Network Inc."
CGO_ENABLED: "0"
DEPENDABOT_GOMOD_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_GOMOD_REBASE_STRATEGY: "auto"
DEPENDABOT_GOMOD_DIRECTORY: "/"
DEPENDABOT_GOMOD_REVIEWERS: "[\"cmmarslender\", \"starttoaster\"]"
DEPENDABOT_PIP_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_PIP_REBASE_STRATEGY: "auto"
DEPENDABOT_PIP_DIRECTORY: "/"
DEPENDABOT_PIP_REVIEWERS: "[\"emlowe\", \"altendky\"]"
DEPENDABOT_ACTIONS_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_ACTIONS_REBASE_STRATEGY: "auto"
DEPENDABOT_ACTIONS_DIRECTORIES: "[\"/\", \".github/actions/*\"]"
DEPENDABOT_ACTIONS_REVIEWERS: "[\"cmmarslender\", \"Starttoaster\", \"pmaslana\"]"
DEPENDABOT_NPM_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_NPM_REBASE_STRATEGY: "auto"
DEPENDABOT_NPM_DIRECTORY: "/"
DEPENDABOT_NPM_REVIEWERS: "[\"cmmarslender\", \"ChiaMineJP\"]"
DEPENDABOT_CARGO_DIRECTORY: "/"
DEPENDABOT_CARGO_PULL_REQUEST_LIMIT: "10"
DEPENDABOT_CARGO_REBASE_STRATEGY: "auto"
DEPENDENCY_REVIEW_ALLOW_DEPENDENCIES_LICENSES: pkg:pypi/pyinstaller