mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices",
|
|
"customManagers:mavenPropertyVersions",
|
|
"customManagers:biomeVersions",
|
|
":automergePatch",
|
|
":automergeDigest",
|
|
":automergeBranch",
|
|
":automergeRequireAllStatusChecks",
|
|
":pinVersions",
|
|
":maintainLockFilesWeekly"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"description": "ignore our client because it's not published on maven central",
|
|
"matchManagers": "maven",
|
|
"enabled": false,
|
|
"matchPackageNames": ["/commafeed-client/"]
|
|
},
|
|
{
|
|
"description": "io.quarkus.platform artifacts are released a week after io.quarkus artifacts",
|
|
"matchManagers": "maven",
|
|
"matchPackageNames": "io.quarkus:**",
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "group react-querybuilder and @react-querybuilder/mantine together",
|
|
"matchManagers": "npm",
|
|
"matchPackageNames": ["/react-querybuilder/"],
|
|
"groupName": "react-querybuilder"
|
|
},
|
|
{
|
|
"matchManagers": "npm",
|
|
"rangeStrategy": "bump"
|
|
},
|
|
{
|
|
"description": "IBM Semeru Runtimes uses a custom versioning scheme",
|
|
"matchDatasources": "docker",
|
|
"matchPackageNames": "ibm-semeru-runtimes",
|
|
"versioning": "regex:^open-jdk-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
|
|
"allowedVersions": "/^open-jdk-(?:8|11|17|21|25)(?:\\.|-|$)/"
|
|
}
|
|
]
|
|
}
|