Skip to content

Commit

Permalink
Renovate/reconfigure (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Jun 7, 2024
2 parents bd3e0ac + d5b8d69 commit 4fec892
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@
],
"packageRules": [
{
"groupName": "perlImagesMinor",
"groupName": "Docker Digest",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "14 days",
"allowedVersions": "/^(5\\.)([1-9][02468])(\\.\\d)?(.*)$/"
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true,
"commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMinor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}"
},
{
"groupName": "Docker Digest",
"groupName": "perlImagesMinor",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "2 days",
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true,
"commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}"
"minimumReleaseAge": "14 days",
"allowedVersions": "/^(5\\.)([1-9][02468])(\\.\\d)?(.*)$/",
}
]
}

0 comments on commit 4fec892

Please sign in to comment.