Skip to content

Commit

Permalink
chore: Add dependabot config (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Nov 3, 2024
1 parent 1117500 commit e2618ba
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/bootstrap-dotnet"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "nuget"
directory: "/sdk-dotnet"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/bootstrap-go"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/sdk-go"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/bootstrap-node"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/sdk-node"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

0 comments on commit e2618ba

Please sign in to comment.