-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.json
More file actions
73 lines (72 loc) · 3.72 KB
/
default.json
File metadata and controls
73 lines (72 loc) · 3.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "conflicted",
"prConcurrentLimit": 150,
"automergeType": "pr",
"pinDigests": true,
"branchPrefix": "renovate/",
"semanticCommits": "enabled",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"gitAuthor": "TrueCharts-Admin <bot@truecharts.org>",
"separateMinorPatch": true,
"prHourlyLimit": 0,
"lockFileMaintenance": true,
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"extends": [
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
":dependencyDashboard",
":disableRateLimiting",
"github>trueforge-org/renovate-config//.github/renovate/updates/lockfile.json5",
"github>trueforge-org/renovate-config//.github/renovate/updates/pin.json5",
"github>trueforge-org/renovate-config//.github/renovate/updates/digest.json5",
"github>trueforge-org/renovate-config//.github/renovate/updates/patch.json5",
"github>trueforge-org/renovate-config//.github/renovate/updates/minor.json5",
"github>trueforge-org/renovate-config//.github/renovate/updates/major.json5",
"github>trueforge-org/renovate-config//.github/renovate/updates/calver.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/npm.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/docker.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/flux.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/githubactions.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/go.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/helm-values.json5",
"github>trueforge-org/renovate-config//.github/renovate/kinds/helm.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/groups.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/schedules.json5",
"github>trueforge-org/renovate-config//.github/renovate/basics/commitDefaults.json5",
"github>trueforge-org/renovate-config//.github/renovate/basics/commitMessageScope.json5",
"github>trueforge-org/renovate-config//.github/renovate/basics/commitMessageExtra.json5",
"github>trueforge-org/renovate-config//.github/renovate/basics/commitMessageTopic.json5",
"github>trueforge-org/renovate-config//.github/renovate/basics/commitType.json5",
"github>trueforge-org/renovate-config//.github/renovate/basics/labels.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/dockerTweaks.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/quickMerge.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/customClusterManagers.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/customRules.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/customVersioning.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/customTalosClustertool.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/devcontainer.json5",
"github>trueforge-org/renovate-config//.github/renovate/special/grafanadashboards.json5"
],
// Main Renovate configuration that lists package rules for various paths
"packageRules": [
],
"ignoreDeps": [
// List any dependencies to ignore globally if needed
"docker.io/remie/yourtransfer"
],
"ignorePaths": [
"**/*.sops.*",
"**/.archive/**",
"**/archive/**",
"**/misc/**",
"**/archive/**",
"**/resources/**",
"**/repositories/oci/**",
"**common/test-chart/tests/**",
"**common/test-chart/**",
"charts/library/common/test-chart/tests/**"
]
}