Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Jun 25, 2024
1 parent f563c23 commit 9780dcf
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/src/"
directory: "/src"
target-branch: "main"
schedule:
interval: "weekly"
commit-message:
prefix: "build(deps)"

- package-ecosystem: "nuget"
directory: "/tests/"
target-branch: "main"
schedule:
interval: "weekly"
commit-message:
prefix: "build(deps)"

- package-ecosystem: "nuget"
directory: "/docs/"
target-branch: "main"
schedule:
interval: "weekly"
commit-message:
prefix: "build(deps)"
prefix: "build(deps)"

0 comments on commit 9780dcf

Please sign in to comment.