Skip to content

Commit

Permalink
renovate: config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jan 1, 2019
1 parent fbe43e4 commit 1f51c39
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 26 deletions.
46 changes: 24 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,15 @@
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"dependencies": {
"@babel/core": "7.2.0",
"@svgr/webpack": "2.4.1",
"bluebird": "3.5.3",
"broken-link-checker": "0.7.8",
"caniuse-db": "1.0.30000925",
"chalk": "2.4.1",
"color": "3.1.0",
"compass-vertical-rhythm": "1.4.5",
"eslint": "5.10.0",
"eslint-config-prettier": "3.3.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-node": "8.0.0",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-simple-import-sort": "2.0.0",
"eslint-plugin-standard": "4.0.0",
"feed": "1.1.1",
"flow-bin": "0.89.0",
"gatsby": "2.0.73",
"gatsby-cli": "2.4.7",
"gatsby-pagination": "1.2.0",
Expand Down Expand Up @@ -91,15 +77,9 @@
"glamor": "2.20.40",
"glamorous": "4.13.1",
"gray-percentage": "2.0.0",
"husky": "1.3.1",
"inquirer": "6.2.1",
"inquirer-datepicker-prompt": "0.4.2",
"lint-staged": "latest",
"lodash": "4.17.11",
"moment": "2.23.0",
"pify": "4.0.1",
"prettier": "1.15.3",
"prettier-eslint-cli": "4.7.1",
"prismjs": "1.15.0",
"prop-types": "15.6.2",
"react": "16.7.0",
Expand All @@ -109,11 +89,33 @@
"react-gravatar": "2.6.3",
"react-helmet": "5.2.0",
"react-typography": "0.16.18",
"sort-package-json": "1.17.1",
"typography": "0.16.18",
"typography-breakpoint-constants": "0.16.18",
"uuid": "3.3.2"
},
"devDependencies": {
"broken-link-checker": "0.7.8",
"eslint": "5.10.0",
"eslint-config-prettier": "3.3.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-node": "8.0.0",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.10.0",
"eslint-plugin-simple-import-sort": "2.0.0",
"eslint-plugin-standard": "4.0.0",
"flow-bin": "0.89.0",
"husky": "1.3.1",
"inquirer": "6.2.1",
"inquirer-datepicker-prompt": "0.4.2",
"lint-staged": "latest",
"prettier": "1.15.3",
"prettier-eslint-cli": "4.7.1",
"sort-package-json": "1.17.1"
},
"jshintConfig": {
"esversion": 6,
"asi": true
Expand Down
17 changes: 13 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"extends": [
"config:base"
],
"baseBranches": ["next"]
"extends": ["config:base"],
"baseBranches": ["next"],
"enabledManagers": ["yarn"],
"prCreation": "status-success",
"dependencies": {
"automerge": true,
"major": {
"automerge": false
}
},
"devDependencies": {
"automerge": true
}
}

0 comments on commit 1f51c39

Please sign in to comment.