Skip to content

Commit

Permalink
Update renovate config (#299)
Browse files Browse the repository at this point in the history
- Do not update to latest major version and skip some
- Do not automerge major
  • Loading branch information
sidey79 authored Jan 26, 2025
2 parents b977a8e + 749b346 commit 907762e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:pinDigests"
"docker:pinDigests",
":separateMultipleMajorReleases"
],

"packageRules": [
{
"groupName": "Docker Digest",
Expand All @@ -26,6 +28,7 @@
"groupName": "perlImagesMajor",
"matchDatasources": ["docker"],
"matchPackageNames": ["perl"],
"automerge": false,
"minimumReleaseAge": "14 days",
"allowedVersions": "/^5\\.([1-9][02468])(\\.\\d)?(.*)/",
"versioning": "regex:^5\\.(?<major>[1-9][02468])\\.(?<minor>\\d+)"
Expand Down

0 comments on commit 907762e

Please sign in to comment.