-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json5
51 lines (46 loc) · 1.35 KB
/
renovate.json5
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":disableRateLimiting",
":timezone(Europe/Berlin)",
"docker:enableMajor",
":enablePreCommit",
"github>cubic3d/ops//.renovate/allowedVersions.json5",
"github>cubic3d/ops//.renovate/autoMerge.json5",
"github>cubic3d/ops//.renovate/clusters.json5",
"github>cubic3d/ops//.renovate/commit-message.json5",
"github>cubic3d/ops//.renovate/custom-managers.json5",
"github>cubic3d/ops//.renovate/grafanaDashboards.json5",
"github>cubic3d/ops//.renovate/groups.json5",
"github>cubic3d/ops//.renovate/pr-labels.json5",
"github>cubic3d/ops//.renovate/semantic-commits.json5",
"github>cubic3d/ops//.renovate/versioning.json5",
],
dependencyDashboardTitle: "🤖 Renovate Dashboard 🤖",
suppressNotifications: ["prIgnoreNotification", "prEditedNotification"],
ignorePaths: [
"**/gotk-components.yaml",
"**/_archive/**",
"**/*.sops.*",
],
// TODO: Cleanup old paths after cluster migration
"helm-values": {
fileMatch: [
"(^|/)kubernetes/.+\\.ya?ml$",
"k8s/.+\\.yaml$",
],
},
kubernetes: {
fileMatch: [
"(^|/)kubernetes/.+\\.ya?ml$",
"k8s/.+\\.yaml$",
],
},
flux: {
fileMatch: [
"(^|/)kubernetes/.+\\.ya?ml$",
"k8s/.+\\.yaml$",
],
},
}