Skip to content

Commit

Permalink
Set max Gradle version to 8.6 to enable use of Problems API
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Apr 3, 2024
1 parent 2668012 commit 2a961e0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>opencastsoftware/renovate-config"]
"extends": [
"github>opencastsoftware/renovate-config"
],
"packageRules": [
{
"matchPackageNames": [
"gradle",
"org.gradle:gradle-tooling-api"
],
"allowedVersions": "<8.7"
}
]
}

0 comments on commit 2a961e0

Please sign in to comment.