-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.renovaterc.json5
46 lines (46 loc) · 1.24 KB
/
.renovaterc.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
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
commitBodyTable: true,
dependencyDashboardTitle: "🤖 Renovate Dashboard",
extends: [
"config:recommended",
":automergeBranch",
":dependencyDashboard",
":enablePreCommit",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
"github>ahinko/home-ops//.renovate/allowedVersions.json5",
"github>ahinko/home-ops//.renovate/autoMerge.json5",
"github>ahinko/home-ops//.renovate/grafanadashboards.json5",
"github>ahinko/home-ops//.renovate/groups.json5",
"github>ahinko/home-ops//.renovate/labels.json5",
"github>ahinko/home-ops//.renovate/regexManagers.json5",
"github>ahinko/home-ops//.renovate/semanticCommits.json5",
"github>ahinko/home-ops//.renovate/versioning.json5",
":semanticCommits",
":skipStatusChecks",
],
flux: {
fileMatch: [
"kubernetes/.+\\.yaml$"
]
},
"helm-values": {
fileMatch: [
"kubernetes/.+\\.yaml$"
]
},
kubernetes: {
fileMatch: [
"kubernetes/.+\\.yaml$",
"backups/.+\\.yaml$"
]
},
platformCommit: "enabled",
rebaseWhen: "auto",
suppressNotifications: [
"prEditedNotification",
"prIgnoreNotification"
],
timezone: "Europe/Stockholm"
}