Skip to content

Commit

Permalink
ci(github): 💄 dependabot messages actually use emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jun 25, 2024
1 parent 84420bf commit 07fa32f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "build(go): :up_arrow:"
prefix: "build(go): ⬆️"

# Maintain dependencies for build tools
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "weekly"
commit-message:
prefix: "build(go): :up_arrow:"
prefix: "build(go): ⬆️"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci(github): :up_arrow:"
prefix: "ci(github): ⬆️"

0 comments on commit 07fa32f

Please sign in to comment.