-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.renovaterc.json5
More file actions
37 lines (37 loc) · 1.12 KB
/
.renovaterc.json5
File metadata and controls
37 lines (37 loc) · 1.12 KB
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
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["renovate"],
extends: [
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
"github>x0lie/k8s-cluster//.renovate/autoMerge.json5",
"github>x0lie/k8s-cluster//.renovate/changelogs.json5",
"github>x0lie/k8s-cluster//.renovate/customManagers.json5",
"github>x0lie/k8s-cluster//.renovate/grafanaDashboards.json5",
"github>x0lie/k8s-cluster//.renovate/groups.json5",
"github>x0lie/k8s-cluster//.renovate/labels.json5",
"github>x0lie/k8s-cluster//.renovate/overrides.json5",
"github>x0lie/k8s-cluster//.renovate/semanticCommits.json5",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":timezone(America/New_York)",
],
dependencyDashboardTitle: "Renovate Dashboard Overview",
commitMessageAction: "update",
suppressNotifications: [
"prEditedNotification",
"prIgnoreNotification",
],
schedule: [
'before 6am on monday',
],
ignorePaths: [
'**/*.sops.*',
],
flux: {
managerFilePatterns: ["/\\.yaml$/"],
},
}