2024-06-12 13:23:16 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"extends": [
|
2024-06-13 21:54:14 +02:00
|
|
|
"config:recommended",
|
2024-07-02 09:11:07 +02:00
|
|
|
"customManagers:mavenPropertyVersions",
|
2024-06-27 09:26:48 +02:00
|
|
|
"customManagers:biomeVersions",
|
2025-01-22 07:52:06 +01:00
|
|
|
"helpers:pinGitHubActionDigests",
|
2024-06-29 08:47:49 +02:00
|
|
|
":automergePatch",
|
2024-06-28 07:24:51 +02:00
|
|
|
":automergeBranch",
|
2024-06-28 07:27:48 +02:00
|
|
|
":automergeRequireAllStatusChecks",
|
2024-06-27 09:26:48 +02:00
|
|
|
":maintainLockFilesWeekly"
|
2024-06-13 06:53:23 +02:00
|
|
|
],
|
|
|
|
|
"packageRules": [
|
|
|
|
|
{
|
2024-08-28 09:09:12 +02:00
|
|
|
"description": "ignore our client because it's not published on maven central",
|
2024-06-15 14:32:05 +02:00
|
|
|
"matchManagers": "maven",
|
|
|
|
|
"matchPackagePatterns": "commafeed-client",
|
2024-06-13 06:53:23 +02:00
|
|
|
"enabled": false
|
2024-06-15 14:32:05 +02:00
|
|
|
},
|
2024-08-23 11:44:24 +02:00
|
|
|
{
|
2024-08-28 09:09:12 +02:00
|
|
|
"description": "io.quarkus.platform artifacts are released a week after io.quarkus artifacts",
|
2024-08-23 11:44:24 +02:00
|
|
|
"matchManagers": "maven",
|
2024-08-28 09:09:12 +02:00
|
|
|
"matchPackageNames": "io.quarkus:**",
|
2024-08-23 11:44:24 +02:00
|
|
|
"enabled": false
|
|
|
|
|
},
|
2024-06-15 14:32:05 +02:00
|
|
|
{
|
|
|
|
|
"matchManagers": "npm",
|
|
|
|
|
"rangeStrategy": "bump"
|
2024-07-23 17:27:43 +02:00
|
|
|
},
|
|
|
|
|
{
|
2024-08-28 09:09:12 +02:00
|
|
|
"description": "IBM Semeru Runtimes uses a custom versioning scheme",
|
2024-07-23 17:27:43 +02:00
|
|
|
"matchDatasources": "docker",
|
|
|
|
|
"matchPackageNames": "ibm-semeru-runtimes",
|
|
|
|
|
"versioning": "regex:^open-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
|
2025-01-23 21:49:28 +01:00
|
|
|
"allowedVersions": "/^open-(?:8|11|17|21|25)(?:\\.|-|$)/"
|
2024-06-13 06:53:23 +02:00
|
|
|
}
|
2024-06-12 13:23:16 +00:00
|
|
|
]
|
|
|
|
|
}
|