From 97bbfba305766770ca832b0188a1013dd9083729 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 11 Jul 2023 09:36:46 +0200 Subject: [PATCH] Fix syntax --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eef9c1f6..6b5a5463 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,8 @@ updates: - package-ecosystem: "cargo" directory: "/" - allow: direct # disable dependency updates (excluding security fixes) + allow: + dependency-type: direct # disable lockfile-only updates (excluding security fixes) commit-message: prefix: chore include: scope