Skip to content

Commit

Permalink
Improve commitMessage from the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
theEvilReaper committed Oct 22, 2024
1 parent d2e31eb commit 63d9acf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"automerge": true,
"automergeType": "branch",
"groupName": "patch",

"schedule": [
"after 10pm and before 6:00am every day"
]
],
"commitMessage": "Update {{depName}} from {{currentVersion}} to {{newVersion}}"
},
{
"matchUpdateTypes": [
Expand All @@ -25,7 +27,8 @@
"automerge": false,
"schedule": [
"before 6:00am every friday"
]
],
"commitMessage": "Update {{depName}} from {{currentVersion}} to {{newVersion}}"
}
],
"vulnerabilityAlerts": {
Expand Down

0 comments on commit 63d9acf

Please sign in to comment.