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:
22
.github/renovate.json
vendored
22
.github/renovate.json
vendored
@@ -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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user