Skip to content

Commit

Permalink
Update dependabot.yml (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl authored Feb 5, 2024
2 parents 8e3d55f + 941bcf3 commit 6a21903
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/"
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/src" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/src" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "npm"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 6a21903

Please sign in to comment.