From e9320797c09e8717d7142fcfd23f17959c11a75f Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 10 Jul 2023 23:04:57 +0200 Subject: [PATCH] Disable lockfile-only updates for cargo --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 338de641..eef9c1f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,7 @@ updates: - package-ecosystem: "cargo" directory: "/" + allow: direct # disable dependency updates (excluding security fixes) commit-message: prefix: chore include: scope