Skip to content

Commit

Permalink
chore: reduce bump and remove deprecated codecov (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 20, 2024
1 parent f3ccefc commit b1594de
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 250 deletions.
14 changes: 10 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "helpers:pinGitHubActionDigests", ":semanticCommitTypeAll(bump)"],
"extends": ["config:base", "helpers:pinGitHubActionDigests", ":semanticCommits", ":semanticCommitTypeAll(bump)"],
"dependencyDashboard": true,
"dependencyDashboardAutoclose": false,
"major": {
Expand All @@ -9,12 +9,18 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackagePatterns": ["eslint"],
"groupName": "eslint"
"matchPackagePatterns": ["^typescript$", "^@types/.*"],
"enabled": false
},
{
"matchPackagePatterns": ["eslint", "prettier"],
"groupName": "eslint",
"enabled": false
},
{
"matchPackagePatterns": ["jest"],
"groupName": "jest"
"groupName": "jest",
"enabled": false
}
]
}
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:

- run: npm install

- run: npx jest --ci --coverage

- run: npx codecov
continue-on-error: true
- run: npx jest --ci

lint_prettier:
name: Lint [prettier]
Expand Down
253 changes: 12 additions & 241 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1594de

Please sign in to comment.