FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
charts/.github/renovate.json5 at master · Mehdi-Mameri/charts · GitHub
Mehdi-Mameri
/
charts
Public
forked from
k8s-at-home/charts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
charts
/
.github
/
renovate.json5
Copy path
More file actions
More file actions
Latest commit
History
History
History
83 lines (83 loc) · 2.33 KB
Breadcrumbs
charts
/
.github
/
renovate.json5
Copy path
File metadata and controls
83 lines (83 loc) · 2.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"enabled"
:
true
,
"dependencyDashboard"
:
true
,
"dependencyDashboardTitle"
:
"Renovate Dashboard"
,
"assigneesFromCodeOwners"
:
true
,
"reviewersFromCodeOwners"
:
true
,
"suppressNotifications"
:
[
"prIgnoreNotification"
]
,
"rebaseWhen"
:
"conflicted"
,
"prConcurrentLimit"
:
5
,
"helm-values"
:
{
"enabled"
:
false
}
,
"helmv3"
:
{
"fileMatch"
:
[
"charts/.+/Chart\\.yaml$"
]
}
,
"packageRules"
:
[
// Setup datasources
{
"datasources"
:
[
"helm"
]
,
"commitMessageTopic"
:
"Helm chart {{depName}}"
,
"separateMinorPatch"
:
true
}
,
//
// Common library dep
//
{
"commitMessagePrefix"
:
"[{{{parentDir}}}]"
,
"branchTopic"
:
"{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
,
"updateTypes"
:
[
"major"
]
,
"bumpVersion"
:
"major"
,
"labels"
:
[
"dependency/major"
]
,
"packageNames"
:
[
"common"
]
}
,
{
"updateTypes"
:
[
"minor"
]
,
"bumpVersion"
:
"minor"
,
"labels"
:
[
"dependency/minor"
]
,
"packageNames"
:
[
"common"
]
,
"groupName"
:
[
"internal minor dep"
]
}
,
{
"updateTypes"
:
[
"patch"
]
,
"bumpVersion"
:
"patch"
,
"labels"
:
[
"dependency/patch"
]
,
"packageNames"
:
[
"common"
]
,
"groupName"
:
[
"internal patch dep"
]
}
,
//
// Other library deps
//
{
"commitMessagePrefix"
:
"[{{{parentDir}}}]"
,
"branchTopic"
:
"{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
,
"updateTypes"
:
[
"major"
]
,
"bumpVersion"
:
"major"
,
"labels"
:
[
"dependency/major"
]
,
"excludePackageNames"
:
[
"common"
]
,
"schedule"
:
[
"every 3 months on the first day of the month"
]
}
,
{
"updateTypes"
:
[
"minor"
]
,
"bumpVersion"
:
"minor"
,
"labels"
:
[
"dependency/minor"
]
,
"excludePackageNames"
:
[
"common"
]
,
"groupName"
:
[
"external minor dep"
]
,
"schedule"
:
[
"every 2 months on the first day of the month"
]
}
,
{
"updateTypes"
:
[
"patch"
]
,
"bumpVersion"
:
"patch"
,
"labels"
:
[
"dependency/patch"
]
,
"excludePackageNames"
:
[
"common"
]
,
"groupName"
:
[
"external patch dep"
]
,
"schedule"
:
[
"every 1 months on the first day of the month"
]
}
]
}
Back
|
FazBrowse Home
|
New Git URL