Skip to content

Commit

Permalink
Merge pull request #706 from naymspace/feature/update-renovate-mix-up…
Browse files Browse the repository at this point in the history
…date-lockfile

Set renovate `rangeStrategy` to `update-lockfile` for mix deps
  • Loading branch information
Flo0807 authored Dec 17, 2024
2 parents 0c4324c + e038ec0 commit b9a1654
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 b9a1654

Please sign in to comment.