Skip to content

Commit

Permalink
renovate: only allow elasticsearch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk authored and philli-m committed Nov 2, 2023
1 parent a211fd9 commit f1eddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"matchPackageNames": ["elasticsearch"],
"allowedVersions": "=7"
"allowedVersions": "=8"
},
{
"matchPackageNames": ["wagtail"],
Expand Down

0 comments on commit f1eddcf

Please sign in to comment.