Skip to content

Commit

Permalink
ci: use dependabot group PR for Rust deps patch updates (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Nov 13, 2024
1 parent 1e1910d commit e41eba9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ updates:
- package-ecosystem: "cargo"
directory: "/src/rust"
schedule:
interval: "daily"
interval: weekly
commit-message:
prefix: "chore: "
groups:
patch:
update-types:
- patch

- package-ecosystem: "devcontainers"
directory: "/"
Expand Down

0 comments on commit e41eba9

Please sign in to comment.