summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-12-09 17:44:10 +0000
committerGitHub <noreply@github.com>2023-12-09 17:44:10 +0000
commitde6221942ad8b1a6ce2a81aaf878e37a48ccb0ab (patch)
tree9cfd07926bd15304bc25f259c0c570513a9f490c
parentf35ef7459b647714d1e6872b8a820f84a8100b0d (diff)
chore: don't group deps (#1424)
-rw-r--r--.github/dependabot.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 50d29129..65985371 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,10 +9,6 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- groups:
- cargo:
- # Just group everything. I'll see how this goes, but one big PR might be nicer.
- - '*'
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule: