-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.renovaterc.json5
33 lines (33 loc) · 1.1 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
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
"github>buroa/k8s-gitops//.renovate/allowedVersions.json5",
"github>buroa/k8s-gitops//.renovate/autoMerge.json5",
"github>buroa/k8s-gitops//.renovate/customManagers.json5",
"github>buroa/k8s-gitops//.renovate/grafanaDashboards.json5",
"github>buroa/k8s-gitops//.renovate/groups.json5",
"github>buroa/k8s-gitops//.renovate/labels.json5",
"github>buroa/k8s-gitops//.renovate/semanticCommits.json5",
":automergeBranch",
":dependencyDashboard",
":disableRateLimiting",
":gitSignOff",
":semanticCommits",
":timezone(America/Chicago)",
],
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prEditedNotification", "prIgnoreNotification"],
ignorePaths: ["**/resources/**"],
flux: {
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml$"],
},
"helm-values": {
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml$"],
},
kubernetes: {
fileMatch: ["(^|/)kubernetes/.+\\.ya?ml$"],
},
}