Skip to content

Commit

Permalink
chore(build/deps): configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 25, 2017
1 parent 7050ac0 commit f3bb72c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
package-lock.json
*.log
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

11 changes: 11 additions & 0 deletions sample-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
"react": "^16.0.0",
"react-addons-shallow-compare": "^15.5.2"
},
"renovate": {
"extends": [
":lib"
],
"semanticCommits": true,
"rebaseStalePrs": true,
"patch": {
"automerge": true,
"automergeType": "branch-push"
}
},
"devDependencies": {
"babel-eslint": "8.0.2",
"eslint": "4.11.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ printf "\n\nRelease: update working tree"
git pull origin master
git fetch origin --tags

printf "Release: npm install"
npm install
printf "Release: yarn"
yarn

currentVersion=`cat package.json | json version`

Expand Down

0 comments on commit f3bb72c

Please sign in to comment.