From 61c1cc1ff9de8837a360b64da5610b89d3acf1c9 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Sun, 9 Nov 2025 10:17:01 -0800 Subject: [PATCH] ci: fix dependabot --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f71c0273..edf3223f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,8 @@ updates: directory: "/" groups: cargo: - update-types: "patch" + update-types: + - "patch" schedule: interval: "monthly"