From 72c1ef6004f403f749c05691e2d8af44022b944e Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 9 Nov 2025 10:25:37 -0800 Subject: [PATCH] ci: fix dependabot --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index edf3223f..b40eab73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,6 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" - groups: - cargo: - update-types: - - "patch" schedule: interval: "monthly"