blob: 8f3e92c28f3a5eba35ae9f691a455b1628bbd7a4 [file] [log] [blame]
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules" : [
{
"matchPackagePrefixes": [ "org.apache.tika" ],
"groupName": "Apache Tika"
},
{
"matchPackagePrefixes": [ "org.apache.httpcomponents:" ],
"groupName": "Apache HTTPComponents"
},
{
"matchPackagePrefixes": [ "org.apache.pdfbox:" ],
"groupName": "Apache PDFBox"
},
{
"matchPackagePrefixes": [ "org.apache.sling:org.apache.sling.models" ],
"groupName": "Apache Sling Models"
},
{
"matchPackagePrefixes": [ "org.apache.felix:org.apache.felix.http" ],
"groupName": "Apache Felix HTTP"
},
{
"matchPackageNames": [ "org.apache.sling:org.apache.sling.jcr.repoinit", "org.apache.sling:org.apache.sling.repoinit.parser" ],
"groupName": "Apache Sling Repoinit"
},
{
"matchPackagePrefixes": [ "org.apache.jackrabbit:" ],
"groupName": "Apache Jackrabbit and Jackrabbit Oak",
"allowedVersions": "/^[0-9]+\\.[0-9]*[02468]+\\.[0-9]+$/"
},
{
"matchPackagePatterns": [ "guava" ],
"enabled": false
},
{
"matchManagers": ["maven"],
"matchDepTypes": ["provided"],
"enabled": false
},
{
"enabled": false,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
]
}
],
"regexManagers": [
{
"fileMatch": ["^pom\\.xml$"],
"matchStrings" : [
"depName=(?<depName>.*?)\\s+-->\\s+<.*?\\.version>(?<currentValue>.*?)<\\/.*?\\.version>"
],
"datasourceTemplate": "maven"
}
]
}