1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Update renovate rules

This commit is contained in:
Yuri Schimke
2024-06-22 17:18:31 +01:00
committed by GitHub
parent 45c470a1fd
commit dd7bbf4098

22
.github/renovate.json vendored
View File

@@ -12,6 +12,18 @@
"com.squareup.okhttp3:mockwebserver"
],
"packageRules": [
{
"matchPackagePatterns": [
"biz.*"
],
"groupName": "bnd"
},
{
"matchPackagePatterns": [
"org.graalvm.*"
],
"groupName": "graalvm"
},
{
"matchPackageNames": ["org.objenesis:objenesis"],
"allowedVersions": "<=2.6"
@@ -25,16 +37,6 @@
"matchPackageNames": ["org.junit-pioneer:junit-pioneer"],
"allowedVersions": "<2.0.0",
"description": "JDK 11 requirement"
},
{
"matchPackageNames": ["gradle"],
"allowedVersions": "<8.0",
"description": "Recent release, not compatible with pinned AGP and Kotlin versions yet. Wait for AGP 8?"
},
{
"matchPackageNames": ["com.android.tools.build:gradle"],
"allowedVersions": "<7.4",
"description": "Recent release, no compatible Intellij stable release (2023.1)"
}
]
}