Skip to content

Commit ebb8b58

Browse files
committed
automerge
1 parent a452e89 commit ebb8b58

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,23 @@
2828
},
2929
"dependencies": {
3030
"fast-json-stable-stringify": "^2.1.0"
31+
},
32+
"renovate": {
33+
"extends": [
34+
"config:base"
35+
],
36+
"packageRules": [
37+
{
38+
"updateTypes": [
39+
"minor",
40+
"patch"
41+
],
42+
"matchCurrentVersion": "!/^0/",
43+
"paths": [
44+
"+(package.json)"
45+
],
46+
"automerge": true
47+
}
48+
]
3149
}
3250
}

0 commit comments

Comments
 (0)