Skip to content

Commit

Permalink
allow renovate to bump minio
Browse files Browse the repository at this point in the history
Signed-off-by: paulfantom <[email protected]>
  • Loading branch information
paulfantom committed Dec 11, 2024
1 parent d9ae82e commit d0be5b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"matchPaths": ["apps/**"],
"minimumReleaseAge": "20 days",
"automerge": true
},
{
"packagePatterns": ["^minio"],
"versioning": "regex:^RELEASE\\.(?<major>\\d{4})-(?<minor>\\d{2})-(?<patch>\\d{2})",
"groupName": "applications",
"minimumReleaseAge": "20 days",
"automerge": true
}
],
"flux": {
Expand Down

0 comments on commit d0be5b9

Please sign in to comment.