-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json5
executable file
·44 lines (44 loc) · 1.54 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":skipStatusChecks",
":timezone(Europe/Sofia)",
"github>d4rkfella/home-ops//.github/renovate/autoMerge.json5",
"github>d4rkfella/home-ops//.github/renovate/clusters.json5",
"github>d4rkfella/home-ops//.github/renovate/commitMessage.json5",
"github>d4rkfella/home-ops//.github/renovate/customManagers.json5",
"github>d4rkfella/home-ops//.github/renovate/grafanaDashboards.json5",
"github>d4rkfella/home-ops//.github/renovate/groups.json5",
"github>d4rkfella/home-ops//.github/renovate/labels.json5",
"github>d4rkfella/home-ops//.github/renovate/packageRules.json5",
"github>d4rkfella/home-ops//.github/renovate/semanticCommits.json5"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"onboarding": false,
"requireConfig": "ignored",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**", "**/k8s-0.secret.sops.yaml"],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"
]
},
"helm-values": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"
]
},
"kubernetes": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"
]
}
}