Skip to content

Commit

Permalink
Add missing action
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Aug 5, 2024
1 parent 722605c commit 250a793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"description": "Starting with 6.x, Spring requires Java 17 at a minimum.",
"matchManagers": ["maven"],
"allowedVersions": "<6.0.0",
"matchPackageNames": ["org.springframework**"]
"matchPackageNames": ["org.springframework**"],
"enabled": false
},
{
"description": "Starting with 7.x, Guice switches from javax.* to jakarta.* bindings. See https://github.com/google/guice/wiki/Guice700",
Expand Down

0 comments on commit 250a793

Please sign in to comment.