Skip to content

Commit

Permalink
update renovate rules with new LTS versions
Browse files Browse the repository at this point in the history
- remove old Django lts version and add new one
- remove old wagtail lts versions
  • Loading branch information
goapunk committed Nov 20, 2024
1 parent aec9ba9 commit b088a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
{
"matchPackageNames": ["Django"],
"allowedVersions": "/(^3\\.2\\.[0-9]+$)|(^4\\.2\\.[0-9]+$)|(^5\\.2\\.[0-9]+$)/"
"allowedVersions": "/(^4\\.2\\.[0-9]+$)|(^5\\.2\\.[0-9]+$)|(^6\\.2\\.[0-9]+$)/"
},
{
"matchPackageNames": ["wagtail"],
"allowedVersions": "/(^4\\.1(\\.[0-9]+)?$)|(^5\\.2(\\.[0-9]+)?$)/"
"allowedVersions": "/(^6\\.3(\\.[0-9]+)?$)/"
},
{
"matchPackageNames": ["bootstrap"],
Expand Down

0 comments on commit b088a76

Please sign in to comment.