-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrenovate.json5
57 lines (57 loc) · 1.56 KB
/
renovate.json5
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
// ~~ 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": [
"@types/node",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"constructs",
"eslint",
"nx",
"projen",
"syncpack",
"typescript",
"@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",
"@types/babel__traverse",
"@zkochan/js-yaml",
"unbuild",
"wrap-ansi",
"@aws-cdk/aws-cognito-identitypool-alpha"
]
}