-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json5
More file actions
92 lines (92 loc) · 2.31 KB
/
renovate.json5
File metadata and controls
92 lines (92 loc) · 2.31 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
{
"labels": [
"renovate"
],
"schedule": [
"before 2am on Monday"
],
"extends": [
"config:recommended",
"group:recommended",
"group:monorepos",
"mergeConfidence:all-badges"
],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*",
"!/^@time-loop\\/clickup-projen/"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"addLabels": []
},
{
"matchDepTypes": [
"optionalDependencies"
],
"addLabels": [
"optional"
]
},
{
"matchPackageNames": [
"/^@time-loop\\/clickup-projen/"
],
"allowedVersions": "!/^[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?-(alpha|beta).*$/"
},
{
"matchPackageNames": [
"@time-loop/{/,}**"
],
"matchUpdateTypes": [
"major"
],
"prBodyNotes": [
"# DANGER WILL ROBINSON!!!",
"Applying major version updates without understanding what they do has caused outages at ClickUp. Don't be that guy. Read the release notes. The release notes are in a link buried in the rollup below. Sorry, unfortunately Renovate does not offer a reasonable way to expose them here. If in doubt, escalate to CloudPlatform.",
"CloudPlatform thanks you for being diligent with your library updates!"
]
},
{
"matchPackageNames": [
"@time-loop/{/,}**"
],
"minimumReleaseAge": "0 days"
}
],
"ignoreDeps": [
"@types/node",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"commit-and-tag-version",
"constructs",
"eslint",
"jest-junit",
"ts-node",
"node",
"@time-loop/clickup-projen",
"pnpm",
"projen",
"hmarr/auto-approve-action",
"actions/checkout",
"actions/download-artifact",
"amannn/action-semantic-pull-request",
"pnpm/action-setup",
"actions/setup-node",
"actions/upload-artifact",
"rtCamp/action-slack-notify",
"peter-evans/create-pull-request"
],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"automergeType": "pr",
"platformAutomerge": true,
"minimumReleaseAge": "7 days"
}