Skip to content

Commit

Permalink
chore: add prefix to dependabot PRs (cosmos#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored Aug 25, 2023
1 parent c0a3c2d commit 7b1588b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,29 @@ updates:
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/js"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

# Maintain dependencies for Composer
- package-ecosystem: "gomod"
directory: "/go"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

# Maintain dependencies for Composer
- package-ecosystem: "cargo"
directory: "/rust"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

0 comments on commit 7b1588b

Please sign in to comment.