Skip to content

Commit eae8f3a

Browse files
committed
chore(setup): renovate config
1 parent 0aa41d4 commit eae8f3a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extends": ["config:base", ":preserveSemverRanges"],
44
"packageRules": [
55
{
6-
"matchPackagePatterns": ["^@aws-sdk/", "^aws-sdk-client-mock"],
6+
"matchPackagePatterns": ["^@aws-sdk/", "^aws-sdk-client-mock", "@types/aws-lambda"],
77
"groupName": "aws-sdk"
88
},
99
{
@@ -12,7 +12,13 @@
1212
},
1313
{
1414
"matchPackageNames": ["eslint", "prettier", "lint-staged"],
15-
"matchPackagePatterns": ["^eslint-plugin", "^eslint-config", "^@typescript-eslint/"],
15+
"matchPackagePatterns": [
16+
"^eslint-plugin",
17+
"^eslint-config",
18+
"^@typescript-eslint/",
19+
"^@eslint/",
20+
"typescript-eslint"
21+
],
1622
"groupName": "linter"
1723
}
1824
]

0 commit comments

Comments
 (0)