-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json5
More file actions
45 lines (45 loc) · 845 Bytes
/
renovate.json5
File metadata and controls
45 lines (45 loc) · 845 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
{
"schedule": [
"at any time"
],
"extends": [
":preserveSemverRanges",
"config:recommended",
"group:allNonMajor",
"group:recommended",
"group:monorepos"
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "devDependencies (non-major)"
}
],
"ignoreDeps": [
"@biomejs/biome",
"@types/node",
"cdktf-cli",
"cdktf",
"commit-and-tag-version",
"constructs",
"jsii-docgen",
"jsii-rosetta",
"jsii",
"ts-node",
"typescript",
"vitest",
"@vitest/coverage-v8",
"projen",
"@cdktf/tf-module-stack"
],
"lockFileMaintenance": {
"enabled": true
}
}