Skip to content

Commit

Permalink
Chore(dependabot): Add nuget projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm committed Jul 20, 2023
1 parent 2bd8d60 commit 6555648
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,50 @@
version: 2
updates:

- package-ecosystem: "nuget" # See documentation for possible values
- package-ecosystem: "nuget"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
# Dependabot doesn't support glob syntax. Every solution needs an entry

- package-ecosystem: "nuget"
directory: "/src/fdc3/dotnet/DesktopAgent/src/DesktopAgent"
schedule:
interval: "monthly"

- package-ecosystem: "nuget"
directory: "/src/messaging/dotnet/src/Client"
schedule:
interval: "monthly"

- package-ecosystem: "nuget"
directory: "/src/messaging/dotnet/src/Core"
schedule:
interval: "monthly"

- package-ecosystem: "nuget"
directory: "/src/messaging/dotnet/src/Host"
schedule:
interval: "monthly"

- package-ecosystem: "nuget"
directory: "/src/messaging/dotnet/src/Server"
schedule:
interval: "monthly"

- package-ecosystem: "nuget"
directory: "/src/shell/dotnet/Shell"
schedule:
interval: "monthly"

- package-ecosystem: "nuget"
directory: "/prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype"
schedule:
interval: "monthly"


- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 6555648

Please sign in to comment.