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 a269db2 commit 24cca81
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 835 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"]
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "taro-vue3-zhihudaily",
"version": "0.1.1",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.7",
"description": "taro-vue3-zhihudaily",
"templateInfo": {
"name": "vue3-NutUI",
Expand All @@ -24,23 +24,23 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@babel/runtime": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.0.12",
"@tarojs/components": "^3.6.8",
"@tarojs/plugin-framework-vue3": "^3.6.8",
"@tarojs/plugin-html": "^3.6.8",
"@tarojs/runtime": "^3.6.8",
"@tarojs/taro": "^3.6.8",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"pinia": "^2.1.4",
"taro-plugin-pinia": "^1.0.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@ntnyq/eslint-config": "1.9.0",
"@ntnyq/prettier-config": "^1.9.0",
"@babel/core": "^7.22.8",
"@ntnyq/eslint-config": "1.10.0",
"@ntnyq/prettier-config": "^1.10.0",
"@tarojs/cli": "^3.6.8",
"@tarojs/helper": "^3.6.8",
"@tarojs/plugin-platform-weapp": "^3.6.8",
Expand All @@ -52,17 +52,17 @@
"@vue/compiler-sfc": "^3.3.4",
"babel-preset-taro": "^3.6.8",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"pnpm": "^8.6.5",
"postcss": "^8.4.24",
"pnpm": "^8.6.7",
"postcss": "^8.4.25",
"prettier": "2.8.8",
"taro-define-config": "^0.2.5",
"taro-define-config": "^0.2.6",
"typescript": "^5.1.6",
"unplugin-vue-components": "^0.25.1",
"vue-loader": "^17.2.2",
"vue-tsc": "^1.8.3",
"vue-tsc": "^1.8.4",
"webpack": "^5.88.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 24cca81

Please sign in to comment.