mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 01:39:48 +00:00
ci: Add dependabot groups
- Create groups for commonly seen cargo packages so that rather than getting up to 9 PRs for each rust components, bumps to the same package are grouped together. Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
a94388cf61
commit
ae352e7e34
46
.github/dependabot.yml
vendored
46
.github/dependabot.yml
vendored
@ -26,6 +26,52 @@ updates:
|
|||||||
- dependency-name: "virtio-vsock"
|
- dependency-name: "virtio-vsock"
|
||||||
- dependency-name: "vm-memory"
|
- dependency-name: "vm-memory"
|
||||||
- dependency-name: "vmm-sys-util"
|
- dependency-name: "vmm-sys-util"
|
||||||
|
# As we often have up to 8/9 components that need the same versions bumps
|
||||||
|
# create groups for common dependencies, so they can all go in a single PR
|
||||||
|
# We can extend this as we see more frequent groups
|
||||||
|
groups:
|
||||||
|
atty:
|
||||||
|
patterns:
|
||||||
|
- atty
|
||||||
|
bit-vec:
|
||||||
|
patterns:
|
||||||
|
- bit-vec
|
||||||
|
bumpalo:
|
||||||
|
patterns:
|
||||||
|
- bumpalo
|
||||||
|
clap:
|
||||||
|
patterns:
|
||||||
|
- clap
|
||||||
|
crossbeam:
|
||||||
|
patterns:
|
||||||
|
- crossbeam
|
||||||
|
h2:
|
||||||
|
patterns:
|
||||||
|
- h2
|
||||||
|
idna:
|
||||||
|
patterns:
|
||||||
|
- idna
|
||||||
|
openssl:
|
||||||
|
patterns:
|
||||||
|
- openssl
|
||||||
|
protobuf:
|
||||||
|
patterns:
|
||||||
|
- protobuf
|
||||||
|
rsa:
|
||||||
|
patterns:
|
||||||
|
- rsa
|
||||||
|
rustix:
|
||||||
|
patterns:
|
||||||
|
- rustix
|
||||||
|
time:
|
||||||
|
patterns:
|
||||||
|
- time
|
||||||
|
tokio:
|
||||||
|
patterns:
|
||||||
|
- tokio
|
||||||
|
tracing:
|
||||||
|
patterns:
|
||||||
|
- tracing
|
||||||
|
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directories:
|
directories:
|
||||||
|
Loading…
Reference in New Issue
Block a user