From 270353a0b24d7a1606b1411bf8f21ef4348eb85b Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Thu, 4 Apr 2024 20:22:20 +0200 Subject: [PATCH] chore: Only do direct dependencies with dependabot --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94c546b14..e680d086a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ version: 2 updates: - package-ecosystem: "npm" - allow: - - dependency-type: "all" directory: "/web/" schedule: interval: "weekly" @@ -20,8 +18,6 @@ updates: interval: "weekly" - package-ecosystem: "cargo" - allow: - - dependency-type: "all" directory: "/" schedule: interval: "weekly"