-
-
Notifications
You must be signed in to change notification settings - Fork 191
/
Copy path.renovaterc.json5
40 lines (40 loc) · 1.18 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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:enableMajor",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":skipStatusChecks",
":timezone(America/New_York)",
"github>onedr0p/home-ops//.renovate/autoMerge.json5",
"github>onedr0p/home-ops//.renovate/customManagers.json5",
"github>onedr0p/home-ops//.renovate/grafanaDashboards.json5",
"github>onedr0p/home-ops//.renovate/groups.json5",
"github>onedr0p/home-ops//.renovate/labels.json5",
"github>onedr0p/home-ops//.renovate/packageRules.json5",
"github>onedr0p/home-ops//.renovate/semanticCommits.json5"
],
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"onboarding": false,
"requireConfig": "ignored",
"ignorePaths": ["**/*.sops.*", "**/resources/**"],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
]
},
"helm-values": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
]
},
"kubernetes": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
]
}
}