Skip to content

Commit

Permalink
Remove wrong text
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkaatz committed Oct 10, 2023
1 parent 4c22fb1 commit bf2a75d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
rebase-strategy: "auto"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[bundler] "
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
Expand All @@ -20,6 +22,5 @@ updates:
- dependency-type: "all"
rebase-strategy: "auto"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[npm] "
prefix-development: "[npm dev] "

0 comments on commit bf2a75d

Please sign in to comment.