Skip to content

Commit

Permalink
chore: update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
choisohyun committed Sep 13, 2022
1 parent 448be62 commit c032c4e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"automerge": true,
"major": {
"automerge": false
}
},
{
"groupName": "EPS",
"packageNames": ["eslint", "prettier", "stylelint"],
"packagePatterns": ["^eslint-", "^prettier-", "stylelint-"]
}
]
}

0 comments on commit c032c4e

Please sign in to comment.