generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json5
50 lines (50 loc) · 1.67 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
"schedule:nonOfficeHours",
":dependencyDashboard",
":disableRateLimiting",
":semanticCommits",
":skipStatusChecks",
":timezone(America/Los_Angeles)",
"github>jfroy/flatops//.github/renovate/allowedVersions.json5",
"github>jfroy/flatops//.github/renovate/autoMerge.json5",
"github>jfroy/flatops//.github/renovate/commitMessage.json5",
"github>jfroy/flatops//.github/renovate/customManagers.json5",
"github>jfroy/flatops//.github/renovate/grafanaDashboards.json5",
"github>jfroy/flatops//.github/renovate/groups.json5",
"github>jfroy/flatops//.github/renovate/labels.json5",
"github>jfroy/flatops//.github/renovate/packageRules.json5",
"github>jfroy/flatops//.github/renovate/semanticCommits.json5"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"rebaseWhen": "conflicted",
"ignorePaths": ["**/*.sops.*"],
"flux": {
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml$"]
},
"helm-values": {
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml$"]
},
"helmfile": {
"fileMatch": ["(^|/)helmfile\\.ya?ml$"]
},
"kubernetes": {
"fileMatch": [
// FIXME: taskfiles regex removed by upstream
"(^|/)\\.taskfiles/.+\\.ya?ml$",
"(^|/)kubernetes/.+\\.ya?ml$"
]
},
"kustomize": {
"fileMatch": ["(^|/)kustomization\\.ya?ml$"]
},
"pip_requirements": {
"fileMatch": ["(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"]
}
}