Skip to content

Commit

Permalink
reference renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 13, 2024
1 parent 607da9e commit 2c45b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ jobs:
return dep
})
.join(', ').replace(', and', ' and')
const prTitle = `update ${updatedDeps.length === 1 ? 'dependency' : 'dependencies'} ${depsSummary}`
const prTitle = `renovate: update ${updatedDeps.length === 1 ? 'dependency' : 'dependencies'} ${depsSummary} 🌲`
console.log({prTitle, updateCommits})
const prBody = [
'This PR was automatically created by the ${{ github.workflow }} workflow.',
'',
'Review each dependency update and merge as needed.',
'Review the dependency updates made by @renovate-bot, and merge as needed.',
'',
'### Updates included:',
'',
Expand Down

0 comments on commit 2c45b75

Please sign in to comment.