-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrenovate.json5
More file actions
79 lines (79 loc) · 2.16 KB
/
renovate.json5
File metadata and controls
79 lines (79 loc) · 2.16 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
// ~~ Generated by projen. To modify, edit .projenrc.ts and run "pnpm exec 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": [
"@aws/pdk",
"@jsii/spec",
"@mrgrain/jsii-struct-builder",
"@nx/js",
"@types/node",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@vitejs/plugin-vue",
"constructs",
"eslint",
"nx",
"projen",
"syncpack",
"ts-morph",
"typescript",
"unbuild",
"vite",
"@arroyodev-llc/projen.component.dir-env",
"@arroyodev-llc/projen.component.git-hooks",
"@arroyodev-llc/projen.component.linting",
"@arroyodev-llc/projen.component.pnpm-workspace",
"@arroyodev-llc/projen.component.release-please",
"@arroyodev-llc/projen.component.tool-versions",
"@arroyodev-llc/projen.component.typescript-source-file",
"@arroyodev-llc/projen.component.unbuild",
"@arroyodev-llc/projen.component.vite",
"@arroyodev-llc/projen.component.vitest",
"@arroyodev-llc/projen.component.vue",
"@arroyodev-llc/projen.project.nx-monorepo",
"@arroyodev-llc/projen.project.typescript",
"@arroyodev-llc/projen.project.vue-component",
"@arroyodev-llc/utils.projen-builder",
"@arroyodev-llc/utils.projen",
"@aws-cdk/aws-cognito-identitypool-alpha",
"@types/babel__traverse",
"@zkochan/js-yaml",
"aws-cdk-lib",
"cdk-nag",
"wrap-ansi",
"hmarr/auto-approve-action",
"actions/create-github-app-token",
"actions/checkout",
"actions/download-artifact",
"amannn/action-semantic-pull-request",
"google-github-actions/release-please-action",
"pnpm/action-setup",
"actions/setup-node",
"actions/upload-artifact",
"actions/configure-pages",
"actions/upload-pages-artifact",
"actions/deploy-pages",
"peter-evans/create-pull-request"
]
}