Skip to content

Commit

Permalink
ci: fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 10, 2023
1 parent f152baa commit 68a4c92
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 309 deletions.
23 changes: 1 addition & 22 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
{
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"ignorePaths": ["**/__tests__/**"],
"pin": false,
"rangeStrategy": "bump",
"node": false,
"packageRules": [
{
"depTypeList": ["peerDependencies"],
"enabled": false
},
{
"packageNames": ["node"],
"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": [],
"enabled": false
}
],
"ignoreDeps": []
"extends": ["github>ntnyq/configs//packages/renovate-config/default.json"]
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ntnyq-utils",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.7",
"license": "MIT",
"scripts": {
"build": "pnpm -r --stream run build",
Expand All @@ -19,23 +19,23 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@ntnyq/eslint-config": "^1.9.0",
"@ntnyq/prettier-config": "^1.9.0",
"@types/node": "^20.3.2",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.43.0",
"@ntnyq/eslint-config": "^1.10.0",
"@ntnyq/prettier-config": "^1.10.0",
"@types/node": "^20.4.1",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.44.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"pnpm": "^8.6.5",
"pnpm": "^8.6.7",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dev": "unbuild --stub"
},
"dependencies": {
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"picocolors": "^1.0.0"
}
}

0 comments on commit 68a4c92

Please sign in to comment.