Skip to content

Commit

Permalink
fix: format dependabot messaging correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Feb 10, 2025
1 parent 58ed64d commit 0a067b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "chore"
- package-ecosystem: "go"
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "chore"

0 comments on commit 0a067b1

Please sign in to comment.