generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json5
51 lines (51 loc) · 1.85 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",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":skipStatusChecks",
":timezone(Europe/London)",
"github>rkoosaar/home-ops//.github/renovate/allowedVersions.json5",
"github>rkoosaar/home-ops//.github/renovate/autoMerge.json5",
"github>rkoosaar/home-ops//.github/renovate/clusters.json5",
"github>rkoosaar/home-ops//.github/renovate/commitMessage.json5",
"github>rkoosaar/home-ops//.github/renovate/customManagers.json5",
"github>rkoosaar/home-ops//.github/renovate/grafanaDashboards.json5",
"github>rkoosaar/home-ops//.github/renovate/groups.json5",
"github>rkoosaar/home-ops//.github/renovate/labels.json5",
"github>rkoosaar/home-ops//.github/renovate/packageRules.json5",
"github>rkoosaar/home-ops//.github/renovate/semanticCommits.json5"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"onboarding": false,
"requireConfig": "ignored",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"flux": {
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"]
},
"helm-values": {
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"]
},
"helmfile": {
"fileMatch": ["(^|/)helmfile\\.ya?ml(?:\\.j2)?$"]
},
"kustomize": {
"fileMatch": ["(^|/)kustomization\\.ya?ml(?:\\.j2)?$"]
},
"pip_requirements": {
"fileMatch": ["(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)(?:\\.j2)?$"]
},
"kubernetes": {
"fileMatch": [
"(^|/)\\.taskfiles/.+\\.ya?ml$",
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$",
"(^|/)kubernetes/main/bootstrap/.+\\.ya?ml(?:\\.j2)?$"
]
}
}