Skip to content

Commit

Permalink
Merge pull request #85 from renovate-bot/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
rombert committed Apr 18, 2023
2 parents 0be6f77 + 2ace51f commit 3e9cf8f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ github:
- "INFRA"
- "FELIX"
- "MNG"
features:
issues: true
notifications:
jira_options: "link"
56 changes: 56 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"$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.jackrabbit:" ],
"groupName": "Apache Jackrabbit and Jackrabbit Oak",
"allowedVersions": "/^[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"
}
]
}

0 comments on commit 3e9cf8f

Please sign in to comment.