Skip to content

Commit

Permalink
ci(github): 👷 make dependabot messages prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jun 11, 2024
1 parent e83e2b8 commit a0d0dff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "build(go): :up_arrow:"

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

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

0 comments on commit a0d0dff

Please sign in to comment.