mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
We're fully caught up, and I do not like that these come in at like 9pm at night rather than just when noticed like every other repo.
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":dependencyDashboard"
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"labels": [
|
|
"renovate"
|
|
],
|
|
"ignoreDeps": [
|
|
"com.squareup.okhttp3:okhttp",
|
|
"com.squareup.okhttp3:okhttp-tls",
|
|
"com.squareup.okhttp3:mockwebserver"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "bnd",
|
|
"matchPackageNames": [
|
|
"/biz.*/"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "graalvm",
|
|
"matchPackageNames": [
|
|
"/org.graalvm.*/"
|
|
]
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"org.objenesis:objenesis"
|
|
],
|
|
"allowedVersions": "<=2.6"
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"org.eclipse.jetty:jetty-client"
|
|
],
|
|
"allowedVersions": "<10.0",
|
|
"description": "JDK 11 requirement"
|
|
},
|
|
{
|
|
"matchPackageNames": [
|
|
"org.junit-pioneer:junit-pioneer"
|
|
],
|
|
"allowedVersions": "<2.0.0",
|
|
"description": "JDK 11 requirement"
|
|
}
|
|
]
|
|
}
|