Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 authored Dec 12, 2024
1 parent 1642e0a commit e8d997d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"extends": [
"config:recommended"
],
"prConcurrentLimit" : 5,
"packageRules": [
{
"groupName": "lints",
"packageNames": ["eslint", "prettier", "@commitlint"],
"packagePatterns": ["^eslint-", "^prettier-", "@commitlint-"],
"labels": ["dependencies"]
}
]
}

1 comment on commit e8d997d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 89.72% 567/632
🟡 Branches 77.06% 84/109
🟢 Functions 97.37% 37/38
🟢 Lines 89.72% 567/632

Test suite run success

104 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from e8d997d

Please sign in to comment.