Skip to content

Commit bd26f2b

Browse files
committed
* allow update php within the range that only updates patch version from current @ .github/renovate.json5
1 parent c8220f2 commit bd26f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// https://github.com/renovatebot/renovate/discussions/27906#discussioncomment-15052440
5555
// https://www.jvt.me/posts/2025/05/21/renovate-depname-packagename/
5656
"matchDepNames": ["php"],
57-
"enabled": false
57+
"allowedVersions": "<={{major}}.{{minor}}"
5858
},
5959
{
6060
// https://docs.renovatebot.com/language-constraints-and-upgrading/

0 commit comments

Comments
 (0)