Skip to content

Commit 1e406e2

Browse files
renovate[bot]dpikt
authored andcommitted
Configure Renovate (#123)
* Add renovate.json * Add renovate.json * Use shared config * Version bump: 6.2.2
1 parent 8c826ea commit 1e406e2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.renovaterc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@launchpadlab"]
3+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpadlab/lp-redux-api",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "redux middleware and api library",
55
"main": "lib/index.js",
66
"scripts": {

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)