mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
chore: standardize renovate commit message format
Replaces the simple emoji prefix with a structured conventional commit format that includes dependency type and version information. This improves commit message consistency and makes dependency updates more informative by clearly indicating the package name and target version.
This commit is contained in:
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@@ -25,7 +25,7 @@
|
||||
"minimumReleaseAge": "3 days",
|
||||
"schedule": ["before 6am on Monday"],
|
||||
"branchPrefix": "renovate/",
|
||||
"commitMessagePrefix": "⬆️ ",
|
||||
"commitMessage": "chore(deps): update {{depName}} to v{{newVersion}}",
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"groupName": "lockfiles",
|
||||
|
||||
Reference in New Issue
Block a user