-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstarcraft-config.toml
More file actions
81 lines (75 loc) · 1.58 KB
/
starcraft-config.toml
File metadata and controls
81 lines (75 loc) · 1.58 KB
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
craft-applications = [
"charmcraft",
"imagecraft",
"rockcraft",
"snapcraft",
"debcraft",
]
craft-libraries = [
"craft-application",
"craft-archives",
# "craft-artifacts" is not used by any projects
"craft-cli",
"craft-grammar",
"craft-parts",
"craft-platforms",
"craft-providers",
"craft-store",
]
# Defines the display order in the dashboard: applications first, then libraries, then other projects.
craft-projects = [
"charmcraft",
"imagecraft",
"rockcraft",
"snapcraft",
"debcraft",
"craft-application",
"craft-archives",
"craft-cli",
"craft-grammar",
"craft-parts",
"craft-platforms",
"craft-providers",
"craft-store",
"craft-actions",
"craft-artifacts",
"snapcraft-rocks",
"starbase",
"starflow",
]
# Number of days before refreshing issue data from GitHub
refresh-interval-days = 7
launchpad-projects = ["snapcraft"]
# GitHub usernames of project maintainers
maintainers = [
"alderic-coroir",
"bepri",
"cmatsuoka",
"Copilot",
"come-maiz",
"cjdcordeiro",
"cjp256",
"dariuszd21",
"dboddie",
"dependabot[bot]",
"facundobatista",
"jahn-junior",
"kyrofa",
"lengau",
"mattculler",
"medubelko",
"mr-cal",
"renovate[bot]",
"sergiusens",
"smethnani",
"steinbro",
"syu-w",
"tigarmo",
"upils",
]
# Oldest hotfix branch to include per application, as "major.minor".
# Branches with a lower version are excluded.
[hotfix-min-versions]
charmcraft = "3.0"
snapcraft = "8.0"
rockcraft = "1.15"