Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#8643)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 543b5b6 commit b669048
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,48 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":dependencyDashboard",
"schedule:weekly"
],
"labels": ["renovate"],
"labels": [
"renovate"
],
"ignoreDeps": [
"com.squareup.okhttp3:okhttp",
"com.squareup.okhttp3:okhttp-tls",
"com.squareup.okhttp3:mockwebserver"
],
"packageRules": [
{
"matchPackagePatterns": [
"biz.*"
],
"groupName": "bnd"
"groupName": "bnd",
"matchPackageNames": [
"/biz.*/"
]
},
{
"matchPackagePatterns": [
"org.graalvm.*"
],
"groupName": "graalvm"
"groupName": "graalvm",
"matchPackageNames": [
"/org.graalvm.*/"
]
},
{
"matchPackageNames": ["org.objenesis:objenesis"],
"matchPackageNames": [
"org.objenesis:objenesis"
],
"allowedVersions": "<=2.6"
},
{
"matchPackageNames": ["org.eclipse.jetty:jetty-client"],
"matchPackageNames": [
"org.eclipse.jetty:jetty-client"
],
"allowedVersions": "<10.0",
"description": "JDK 11 requirement"
},
{
"matchPackageNames": ["org.junit-pioneer:junit-pioneer"],
"matchPackageNames": [
"org.junit-pioneer:junit-pioneer"
],
"allowedVersions": "<2.0.0",
"description": "JDK 11 requirement"
}
Expand Down

0 comments on commit b669048

Please sign in to comment.