Skip to content

Commit

Permalink
fix: update allowedVersions regex to enforce proper version formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamo326 committed Feb 22, 2025
1 parent 6ab7310 commit 2ed9555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"matchDepNames": [
"nginxinc/nginx-unprivileged"
],
"allowedVersions": "/^[0-9]+\\.[0-9]*[02468]\\.[0-9]+$/"
"allowedVersions": "/^[0-9]+\\.(?:[1-9]\\d*)?[02468]\\.[0-9]+$/"
}
],
"customManagers": [
Expand Down

0 comments on commit 2ed9555

Please sign in to comment.