Skip to content

Commit 0b27415

Browse files
authored
Merge pull request #88 from Flo0807/feature/update-renovate-mix-range-strategy
Set renovate `rangeStrategy` to `update-lockfile` for mix deps
2 parents 462fc48 + 4910d06 commit 0b27415

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"{{categories}}"
1111
],
1212
"packageRules": [
13+
{
14+
"matchManagers": [
15+
"mix"
16+
],
17+
"rangeStrategy": "update-lockfile"
18+
},
1319
{
1420
"matchManagers": [
1521
"github-actions"

0 commit comments

Comments
 (0)