Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored May 28, 2024
1 parent 66fd7f4 commit 3e19f3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
"matchPackagePatterns": [
"org.jetbrains.kotlin.*"
],
"groupName": "kotlin"
"groupName": "kotlin",
"allowedVersions": "<2.0.0"
},
{
"matchPackagePatterns": [
"com.google.devtools.ksp"
],
"groupName": "kotlin"
"groupName": "kotlin",
"allowedVersions": "<2.0.0"
},
{
"matchPackageNames": ["com.google.guava:guava"],
Expand Down

0 comments on commit 3e19f3b

Please sign in to comment.