-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrenovate.json
More file actions
227 lines (227 loc) · 7.82 KB
/
Copy pathrenovate.json
File metadata and controls
227 lines (227 loc) · 7.82 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"baseBranchPatterns": ["main"],
"dependencyDashboard": true,
"enabledManagers": ["github-actions", "gomod"],
"internalChecksFilter": "strict",
"labels": ["dependencies", "renovate"],
"minimumReleaseAge": "7 days",
"semanticCommitType": "chore",
"platformAutomerge": true,
"automergeStrategy": "squash",
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"rebaseWhen": "conflicted",
"separateMajorMinor": true,
"separateMinorPatch": true,
"timezone": "America/New_York",
"packageRules": [
{
"description": "Keep GitHub Actions updates together.",
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions",
"groupSlug": "github-actions"
},
{
"description": "Allow conservative automerge for GitHub Actions patch and digest updates after release cooldown.",
"matchManagers": ["github-actions"],
"automerge": true,
"automergeType": "pr",
"matchUpdateTypes": ["patch", "digest"]
},
{
"description": "Run go mod tidy after Go module updates.",
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy"]
},
{
"description": "Allow conservative automerge for Go patch and digest updates after release cooldown.",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["patch", "digest"],
"automerge": true,
"automergeType": "pr"
},
{
"description": "Allow Go directive patch updates to automerge after checks.",
"matchManagers": ["gomod"],
"matchDepNames": ["go"],
"matchDepTypes": ["golang"],
"matchUpdateTypes": ["patch"],
"automerge": true,
"automergeType": "pr"
},
{
"description": "Hold Go minor and major directive updates for manual review.",
"matchManagers": ["gomod"],
"matchDepNames": ["go"],
"matchDepTypes": ["golang"],
"matchUpdateTypes": ["minor", "major"],
"dependencyDashboardApproval": true
},
{
"description": "Hold major Go module updates for manual review.",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
},
{
"description": "Terraform and HashiCorp core dependencies.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/hashicorp/(errwrap|go-cleanhttp|go-getter|go-hclog|go-multierror|go-plugin|go-retryablehttp|go-rootcerts|go-safetemp|go-secure-stdlib\\/|go-sockaddr|go-uuid|go-version|hcl($|\\/)|hil|terraform($|\\/)|terraform-plugin-|terraform-svchost|vault\\/api|yamux)/",
"/^github\\.com/zclconf\\//"
],
"groupName": "terraform core dependencies",
"groupSlug": "go-terraform-core",
"dependencyDashboardApproval": true,
"automerge": false
},
{
"description": "AWS provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/aws/aws-sdk-go$/",
"/^github\\.com/aws/aws-sdk-go-v2($|\\/)/",
"/^github\\.com/aws/smithy-go$/"
],
"groupName": "aws provider dependencies",
"groupSlug": "go-aws-provider"
},
{
"description": "GCP provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^cloud\\.google\\.com/go($|\\/)/",
"/^github\\.com/GoogleCloudPlatform\\//",
"/^github\\.com/googleapis\\//",
"/^google\\.golang\\.org/api$/",
"/^google\\.golang\\.org/appengine$/",
"/^google\\.golang\\.org/genproto/",
"/^google\\.golang\\.org/grpc$/",
"/^google\\.golang\\.org/protobuf$/"
],
"groupName": "gcp provider dependencies",
"groupSlug": "go-gcp-provider"
},
{
"description": "Azure provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/Azure\\//",
"/^github\\.com/hashicorp/go-azure-helpers$/",
"/^github\\.com/manicminer/hamilton($|\\/)/",
"/^github\\.com/microsoft/azure-devops-go-api($|\\/)/"
],
"groupName": "azure provider dependencies",
"groupSlug": "go-azure-provider"
},
{
"description": "IBM provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/IBM($|\\/)/",
"/^github\\.com/IBM-Cloud($|\\/)/"
],
"groupName": "ibm provider dependencies",
"groupSlug": "go-ibm-provider"
},
{
"description": "TencentCloud provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/tencentcloud/tencentcloud-sdk-go($|\\/)/",
"/^github\\.com/tencentyun\\//"
],
"groupName": "tencentcloud provider dependencies",
"groupSlug": "go-tencentcloud-provider"
},
{
"description": "Yandex provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/yandex-cloud\\//"
],
"groupName": "yandex provider dependencies",
"groupSlug": "go-yandex-provider"
},
{
"description": "Kubernetes provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^k8s\\.io\\//",
"/^sigs\\.k8s\\.io\\//"
],
"groupName": "kubernetes provider dependencies",
"groupSlug": "go-kubernetes-provider"
},
{
"description": "VCS provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/bradleyfalzon/ghinstallation($|\\/)/",
"/^github\\.com/google/go-github($|\\/)/",
"/^github\\.com/xanzy/go-gitlab($|\\/)/",
"/^gitlab\\.com/gitlab-org/api/client-go($|\\/)/"
],
"groupName": "vcs provider dependencies",
"groupSlug": "go-vcs-provider"
},
{
"description": "Monitoring provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/DataDog($|\\/)/",
"/^github\\.com/grafana($|\\/)/",
"/^github\\.com/heimweh/go-pagerduty$/",
"/^github\\.com/honeycombio($|\\/)/",
"/^github\\.com/jonboydell/logzio_client$/",
"/^github\\.com/mackerelio($|\\/)/",
"/^github\\.com/newrelic/newrelic-client-go$/",
"/^github\\.com/opsgenie($|\\/)/",
"/^github\\.com/zorkian/go-datadog-api$/"
],
"groupName": "monitoring provider dependencies",
"groupSlug": "go-monitoring-provider"
},
{
"description": "Identity and community provider dependency family.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/crewjam/saml($|\\/)/",
"/^github\\.com/dgrijalva/jwt-go$/",
"/^github\\.com/go-jose/go-jose($|\\/)/",
"/^github\\.com/mrparkers/terraform-provider-keycloak($|\\/)/",
"/^github\\.com/okta($|\\/)/",
"/^github\\.com/opalsecurity/opal-go$/",
"/^github\\.com/russellhaering/goxmldsig($|\\/)/",
"/^gopkg\\.in/square/go-jose\\.v2$/"
],
"groupName": "identity and community provider dependencies",
"groupSlug": "go-identity-community-provider"
},
{
"description": "Core shared Go dependencies.",
"matchManagers": ["gomod"],
"matchPackageNames": [
"/^github\\.com/spf13\\//",
"/^go\\.opentelemetry\\.io\\//",
"/^golang\\.org/x\\//",
"/^gonum\\.org\\//"
],
"groupName": "core shared go dependencies",
"groupSlug": "go-core-shared"
},
{
"description": "Keep indirect dependency updates opt-in during provider renovation.",
"matchManagers": ["gomod"],
"matchDepTypes": ["indirect"],
"enabled": false
}
]
}