Skip to content

Commit

Permalink
chore: renovate 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
danah-kim committed Jan 18, 2025
1 parent 90a83ee commit e16661a
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:recommended",
":timezone(Asia/Seoul)",
":label(renovate)",
":semanticCommits"
],
"schedule": ["before 4am on the first day of the month"],
"baseBranches": ["develop"],
"packageRules": [
{
"description": "Non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": false
},
{
"packagePatterns": ["^@types/"],
"automerge": true,
"major": {
"automerge": false
}
},
{
"groupName": "EPS",
"packageNames": ["eslint", "prettier"],
"packagePatterns": ["^eslint-", "^prettier-"]
}
],
"ignoreTests": true
}

0 comments on commit e16661a

Please sign in to comment.