From cd7dff12bb18dc75fb1d8a24dbc7f4d89c916607 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sun, 31 Mar 2024 12:27:17 +0200 Subject: [PATCH] Disable dependabot for cargo Fixes: #442 --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f0f5d94..37b62932 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,3 @@ updates: directory: matchbox_server/ schedule: interval: weekly - - package-ecosystem: cargo - directory: / - schedule: - interval: weekly - groups: - patch-updates: - update-types: - - "patch"