Skip to content

Commit

Permalink
fix[renovate.json]: split 5.36 and other releases (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Jan 18, 2025
2 parents 22f5b3a + a1b46d2 commit 6f11005
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
"commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMinor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}"
},
{
"groupName": "perlImagesMinor",
"groupName": "perlImagesMinor36",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "3 days",
"allowedVersions": "/^(5\\.)36(\\.\\d)?(.*)$/",
},
{
"groupName": "perlImagesMajor",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "14 days",
Expand Down

0 comments on commit 6f11005

Please sign in to comment.