Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit eaeba81

Browse files
committed
build: configure Renovate
1 parent b6b4532 commit eaeba81

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@
6060
"fs-extra": "^5.0.0",
6161
"jasmine-fix": "^1.3.0"
6262
},
63+
"renovate": {
64+
"extends": [
65+
"config:base"
66+
],
67+
"semanticCommits": true,
68+
"rangeStrategy": "pin",
69+
"packageRules": [
70+
{
71+
"packagePatterns": [
72+
"^eslint"
73+
],
74+
"groupName": "ESLint packages"
75+
}
76+
]
77+
},
6378
"eslintConfig": {
6479
"extends": "airbnb-base",
6580
"rules": {

0 commit comments

Comments
 (0)