Skip to content

Commit

Permalink
Configure Renovate (#5)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Add renovate.json

* Use shared config

* Version bump: 2.0.3
  • Loading branch information
renovate[bot] authored and dpikt committed Aug 7, 2019
1 parent fdfa9fe commit 65ca6fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@launchpadlab"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-sessions",
"version": "2.0.2",
"version": "2.0.3",
"description": "Redux action creators for storing session state",
"main": "lib/index.js",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}

0 comments on commit 65ca6fa

Please sign in to comment.