Skip to content

Commit

Permalink
build(deps-bot): setup renovate bot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 13, 2021
1 parent fa656d2 commit b9eaa04
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 118 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": ["config:base"],
"assignees": ["sabertazimi"],
"dependencyDashboard": false,
"labels": ["dependencies"],
"lockFileMaintenance": { "enabled": true },
"postUpdateOptions": ["yarnDedupeHighest"],
"prConcurrentLimit": 20,
"rangeStrategy": "bump",
"reviewers": ["sabertazimi"],
"schedule": ["every weekend"],
"timezone": "Asia/Shanghai"
}
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,43 +31,43 @@
},
"homepage": "https://github.com/sabertazimi/dblp",
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.4",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-object-rest-spread": "7.15.6",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"autoprefixer": "10.3.4",
"babel-loader": "8.2.2",
"babel-plugin-import": "1.13.3",
"clean-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"css-loader": "6.2.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "2.3.0",
"node-sass": "6.0.1",
"postcss": "8.3.6",
"postcss-loader": "6.1.1",
"prettier": "2.4.0",
"sass-loader": "12.1.0",
"standard-version": "9.3.1",
"style-loader": "3.2.1",
"stylelint": "13.13.1",
"stylelint-config-mass": "5.3.8",
"stylelint-webpack-plugin": "3.0.1",
"webpack": "5.52.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.2.0"
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"autoprefixer": "^10.3.4",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.3.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"prettier": "^2.4.0",
"sass-loader": "^12.1.0",
"standard-version": "^9.3.1",
"style-loader": "^3.2.1",
"stylelint": "^13.13.1",
"stylelint-config-mass": "^5.3.8",
"stylelint-webpack-plugin": "^3.0.1",
"webpack": "^5.52.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.0"
},
"dependencies": {
"antd": "^4.16.13",
Expand Down
7 changes: 0 additions & 7 deletions renovate.json

This file was deleted.

Loading

0 comments on commit b9eaa04

Please sign in to comment.