Skip to content

Commit

Permalink
ci: batch dependabot updates (#4959)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin authored Dec 9, 2024
1 parent ee391c7 commit b6446c7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,27 @@ updates:
directory: "/.github/workflows"
schedule:
interval: "daily"
groups:
all-gha-updates:
patterns:
- "*"

# Maintain dependencies for cargo
# permissive-MSRV, batch updates are acceptable
- package-ecosystem: "cargo"
directories:
- "/bindings/rust"
- "/bindings/rust-examples"
- "/tests/pcap"
- "/tests/regression"
schedule:
interval: "daily"
groups:
all-cargo-updates:
patterns:
- "*"

# restricted-MSRV, so don't do batch updates
- package-ecosystem: "cargo"
directories:
- "/bindings/rust"
schedule:
interval: "daily"

0 comments on commit b6446c7

Please sign in to comment.