Skip to content

Commit 0d57f6a

Browse files
committed
no-release: do not update 'hackney' to v2
1 parent 544847c commit 0d57f6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
],
3131
"depNameTemplate": "{{{org}}}/{{{depName}}}{{#if prefix}}/{{{replace '/v$' '' prefix}}}{{/if}}",
3232
"extractVersionTemplate": "^{{{prefix}}}(?<version>.*$)"
33+
},
34+
{
35+
"matchPackageNames": "hackney",
36+
"allowedVersions": "< 2.0.0"
3337
}
3438
]
3539
}

0 commit comments

Comments
 (0)