Skip to content

Commit e0208d0

Browse files
committed
chore(renovate): enable delayed automerge
1 parent d63ae32 commit e0208d0

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

renovate.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
"enabled": true
2828
},
2929
"packageRules": [
30+
{
31+
"description": "Automerge non-major dependency updates after one day",
32+
"matchUpdateTypes": [
33+
"minor",
34+
"patch",
35+
"pin",
36+
"digest"
37+
],
38+
"automerge": true,
39+
"minimumReleaseAge": "1 day"
40+
},
3041
{
3142
"description": "Require explicit review for major updates",
3243
"matchUpdateTypes": [
@@ -41,13 +52,6 @@
4152
],
4253
"rangeStrategy": "pin"
4354
},
44-
{
45-
"description": "Keep websock_adapter on Phoenix-compatible releases",
46-
"matchPackageNames": [
47-
"websock_adapter"
48-
],
49-
"allowedVersions": "< 0.6.0"
50-
},
5155
{
5256
"description": "Keep Erlang/Elixir runtime image updates together",
5357
"matchDatasources": [

0 commit comments

Comments
 (0)