Skip to content

Commit

Permalink
Set renovate rangeStrategy to update-lockfile for mix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Dec 17, 2024
1 parent 0c4324c commit e038ec0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
":reviewer(krns)"
],
"packageRules": [
{
"matchManagers": [
"mix"
],
"rangeStrategy": "update-lockfile"
},
{
"description": "Group updates to the Elixir base image",
"groupName": "Base Image",
Expand Down Expand Up @@ -74,4 +80,4 @@
"dependencies",
"{{categories}}"
]
}
}

0 comments on commit e038ec0

Please sign in to comment.