Skip to content

Commit

Permalink
Remove redundant cargo dependencies in dependabot.yml
Browse files Browse the repository at this point in the history
This change eliminates multiple unnecessary cargo dependency blocks from the dependabot.yml configuration file. The modification ensures only the relevant dependencies are maintained, streamlining the dependency management process.
  • Loading branch information
smyrgeorge committed Oct 5, 2024
1 parent 050585a commit 518f198
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,4 @@ updates:
schedule:
interval: "weekly"
assignees:
- "smyrgeorge"
- package-ecosystem: "cargo"
directory: "/sqlx4k/rust_lib"
schedule:
interval: "weekly"
assignees:
- "smyrgeorge"
- package-ecosystem: "cargo"
directory: "/sqlx4k-mysql/rust_lib"
schedule:
interval: "weekly"
assignees:
- "smyrgeorge"
- package-ecosystem: "cargo"
directory: "/sqlx4k-postgres/rust_lib"
schedule:
interval: "weekly"
assignees:
- "smyrgeorge"
- package-ecosystem: "cargo"
directory: "/sqlx4k-sqlite/rust_lib"
schedule:
interval: "weekly"
assignees:
- "smyrgeorge"
- "smyrgeorge"

0 comments on commit 518f198

Please sign in to comment.