-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json5
70 lines (70 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
// configurations
// https://docs.renovatebot.com/configuration-options
extends: ["config:recommended", ":disableRateLimiting"],
timezone: "Asia/Taipei",
dependencyDashboard: true,
kubernetes: {
fileMatch: ["^kubernetes/.*\\.yaml$"],
},
flux: {
fileMatch: ["^kubernetes/.*\\.yaml$"],
},
"helm-values": {
fileMatch: ["^(kubernetes|talos)/.*\\.yaml$"],
},
ignorePaths: ["**/archive/**"],
packageRules: [
// Groups
{
matchDepPatterns: [
"ghcr.io/immich-app/immich-server",
"ghcr.io/immich-app/immich-machine-learning",
],
groupName: "immich",
},
{
matchDepPatterns: [
"ghcr.io/siderolabs/kubelet",
"registry.k8s.io/kube-apiserver",
"registry.k8s.io/kube-controller-manager",
"registry.k8s.io/kube-scheduler",
"gcr.io/etcd-development/etcd",
"docker.io/coredns/coredns",
],
groupName: "kubernetes",
},
{
matchDepPatterns: ["ghcr.io/siderolabs/installer"],
commitMessageTopic: "talos",
groupName: "talos",
},
{
matchPackagePatterns: ["hashicorp/terraform", "hashicorp/aws"],
groupName: "terraform",
},
// Auto merge
{
matchDepPatterns: [
"deluan/navidrome",
"ghcr.io/dani-garcia/vaultwarden",
"ghcr.io/immich-app/immich-server",
"ghcr.io/immich-app/immich-machine-learning",
"cloudflare/cloudflared",
"matusnovak/prometheus-smartctl",
"jacobalberty/unifi",
"ghcr.io/unpoller/unpoller",
],
matchUpdateTypes: ["patch"],
automergeType: "branch",
automerge: true,
},
{
matchDepPatterns: ["grafana"],
matchUpdateTypes: ["minor", "patch"],
automergeType: "branch",
automerge: true,
},
],
}