-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.renovaterc.json5
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy path.renovaterc.json5
File metadata and controls
42 lines (42 loc) · 1.06 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
38
39
40
41
42
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
'docker:enableMajor',
'helpers:pinGitHubActionDigests',
'github>crutonjohn/gitops//.renovate/autoMerge.json5',
'github>crutonjohn/gitops//.renovate/customManagers.json5',
'github>crutonjohn/gitops//.renovate/groups.json5',
'github>crutonjohn/gitops//.renovate/labels.json5',
'github>crutonjohn/gitops//.renovate/semanticCommits.json5',
':automergeBranch',
':disableRateLimiting',
':dependencyDashboard',
':semanticCommits',
':timezone(America/New_York)',
],
dependencyDashboardTitle: 'Renovate Dashboard 🤖',
suppressNotifications: [
'prEditedNotification',
'prIgnoreNotification',
],
ignorePaths: [
'**/*.enc.*',
'hack/**',
],
flux: {
managerFilePatterns: [
'/(^|/)clusters/.+\\.ya?ml$/',
],
},
'helm-values': {
managerFilePatterns: [
'/(^|/)clusters/.+\\.ya?ml$/',
],
},
kubernetes: {
managerFilePatterns: [
'/(^|/)clusters/.+\\.ya?ml$/',
],
},
}