Skip to content

Commit

Permalink
Update versioning.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Sep 21, 2024
1 parent 10eae4b commit 65c5bea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate/versioning.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
matchDatasources: ["docker"],
matchPackageNames: ["ghcr.io/mendhak/http-https-echo"],
versioning: "regex:^(?<major>\\d+)$",
},
{
"description": ["Custom versioning for minio"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["minio"],
"versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
}
],
}
}

0 comments on commit 65c5bea

Please sign in to comment.