Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isle-buildkit-renovate[bot] authored Jan 7, 2025
1 parent e0b4a3d commit afba68b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"extractVersion": "^(REL|fcrepo|activemq|rel|fcrepo-import-export|fcrepo-upgrade-utils)(/|-)?(?<version>\\d+\\.\\d+\\.\\d+)$"
},
{
"matchPackagePatterns": [
"^apache/solr$"
],
"extractVersion": "^releases/solr/(?<version>\\d+\\.\\d+\\.\\d+)$"
"extractVersion": "^releases/solr/(?<version>\\d+\\.\\d+\\.\\d+)$",
"matchPackageNames": [
"/^apache/solr$/"
]
},
{
"matchPackagePatterns": [
"^just-containers/s6-overlay$"
],
"extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+\\.\\d+)$",
"versioning": "regex:^(?:v)?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)?$"
"versioning": "regex:^(?:v)?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)?$",
"matchPackageNames": [
"/^just-containers/s6-overlay$/"
]
},
{
"matchUpdateTypes": [
Expand Down

0 comments on commit afba68b

Please sign in to comment.