-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathrenovate.json
More file actions
26 lines (25 loc) · 801 Bytes
/
renovate.json
File metadata and controls
26 lines (25 loc) · 801 Bytes
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
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"bumpVersion": "patch",
"prHourlyLimit": 40,
"prConcurrentLimit": 100,
"helmv3": {
"enabled": true,
"includePaths": [
"charts/library-chart/**/*.yaml",
"charts/jupyter-python/**/*.yaml",
"charts/jupyter-pyspark/**/*.yaml",
"charts/rstudio/**/**.yaml",
"charts/rstudio-sparkr/**/*.yaml",
"charts/vscode-python/**/*.yaml",
"charts/vscode-pyspark/**/*.yaml",
"charts/jupyter-python/**/*.json",
"charts/jupyter-pyspark/**/*.json",
"charts/rstudio/**/*.json",
"charts/rstudio-sparkr/**/*.json",
"charts/vscode-python/**/*.json",
"charts/vscode-pyspark/**/*.json"
]
}
}