Skip to content

Commit

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

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

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

0 comments on commit 62cfb48

Please sign in to comment.