Skip to content

Commit

Permalink
allow renovate to bump minio
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 11, 2024
1 parent d9ae82e commit 8f3542d
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>.*)$",
"groupName": "applications",
"minimumReleaseAge": "20 days",
"automerge": true
}
],
"flux": {
Expand Down

0 comments on commit 8f3542d

Please sign in to comment.