Skip to content

Commit

Permalink
chore(renovate): ignore deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qlaffont committed Jul 15, 2024
1 parent b164568 commit be39f6d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
20 changes: 2 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"build": "tsdx build",
"test": "jest",
"lint": "eslint src test --fix",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"np": "np"
"prepare": "tsdx build"
},
"husky": {
"hooks": {
Expand All @@ -39,16 +36,6 @@
"url": "https://github.com/qlaffont/unify-errors/issues",
"email": "contact@qlaffont.com"
},
"size-limit": [
{
"path": "dist/unify-errors.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/unify-errors.esm.js",
"limit": "10 KB"
}
],
"jest": {
"collectCoverage": true,
"coverageReporters": [
Expand All @@ -62,7 +49,6 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@size-limit/preset-small-lib": "11.1.4",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
Expand All @@ -74,13 +60,11 @@
"husky": "9.0.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"np": "10.0.6",
"prettier": "3.3.3",
"size-limit": "11.1.4",
"ts-jest": "^29.1.0",
"tsdx": "0.14.1",
"tslib": "2.6.3",
"typescript": "5.5.3"
},
"packageManager": "pnpm@9.5.0"
}
}
27 changes: 25 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,28 @@
"config:base"
],
"automergeType": "pr",
"automerge": true
}
"automerge": true,
"ignoreDeps": [
"@jest/globals",
"@types/node",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-prettier",
"eslint-plugin-simple-import-sort",
"prettier",
"husky",
"ts-jest",
"tsdx",
"tslib",
"typescript",
"tsup",
"@babel/core",
"@babel/preset-env",
"@babel/preset-typescript",
"jest",
"jest-environment-jsdom"
]
}

0 comments on commit be39f6d

Please sign in to comment.