chore(dependabot): group some dependency updates

We have a need to ensure great security while also ensuring that dependabot
does not constantly provide multiple PRs. After all, when something becomes
too time consuming it risks not being handled with care. With grouped updates,
version bumps will get grouped together, but security updates will still be
indvidualized. This makes it safer for us to enable grouped dependency updates.
This commit is contained in:
Alex Zenla
2024-05-16 07:14:13 +00:00
parent fc18bc6a18
commit 5d1a28f68e

View File

@ -4,7 +4,15 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
groups:
version-updates:
dependency-type: "all"
applies-to: "version-updates"
- package-ecosystem: "cargo" - package-ecosystem: "cargo"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
groups:
version-updates:
dependency-type: "all"
applies-to: "version-updates"