summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-14 08:47:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-14 08:47:13 +0200
commit689c2be808782298f1efbfd16b9b8fe02ea9d5d7 (patch)
tree15b10db09556aaceb422bed2e2f74575f6f0f336
parent4690bf6096a158bc36246571f0483d32e68f1d71 (diff)
Remove dependabot actions group
Because of the way dtolnay updates the rust-toolchain action, this blocks other actions to be updated. We remove the group to unblock other actions from being updated. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/dependabot.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c275ad2..c58afbc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,7 +12,3 @@ updates:
directory: "/"
schedule:
interval: weekly
- groups:
- actions:
- patterns:
- - "*"