Skip to content

Commit 25c8324

Browse files
committed
* disable auto update php version as continuation of 9012889 @ .github/renovate.json5
1 parent 6eabc93 commit 25c8324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@
3636
"commitMessagePrefix": "deps(fe): "
3737
},
3838
{
39+
"matchCategories": ["php"],
3940
"matchPackageNames": ["php"],
40-
"dependencyDashboardApproval": true
41+
"enabled": false
4142
}
4243
]
4344
}

0 commit comments

Comments
 (0)