Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ updates:
update-types:
- minor
- patch

commit-message:
prefix: "chore(deps)"
- package-ecosystem: docker
directories:
- bundler
Expand All @@ -23,7 +24,8 @@ updates:
update-types:
- minor
- patch

commit-message:
prefix: "chore(deps)"
- package-ecosystem: cargo
directory: bundler
schedule:
Expand All @@ -37,3 +39,5 @@ updates:
patch:
update-types:
- patch
commit-message:
prefix: "chore(deps)"
Loading