Skip to content

Commit

Permalink
build[renovate]: Added minimum release age (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Apr 26, 2024
2 parents ab3b9a2 + 58601d8 commit c77d10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"groupName": "perlImagesMinor",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "14 days",
"allowedVersions": "/^(5\\.)([1-9][02468])(\\.\\d)?(.*)$/"
},
{
"groupName": "perlImagesPatch",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"minimumReleaseAge": "7 days",
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true
}
Expand Down

0 comments on commit c77d10d

Please sign in to comment.