Skip to content

Commit

Permalink
chore: Only do direct dependencies with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone authored and torokati44 committed Apr 4, 2024
1 parent 9f71206 commit 270353a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
allow:
- dependency-type: "all"
directory: "/web/"
schedule:
interval: "weekly"
Expand All @@ -20,8 +18,6 @@ updates:
interval: "weekly"

- package-ecosystem: "cargo"
allow:
- dependency-type: "all"
directory: "/"
schedule:
interval: "weekly"
Expand Down

0 comments on commit 270353a

Please sign in to comment.