Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN authored Nov 23, 2024
1 parent 0c55f74 commit 3d539f6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
tests:
patterns: ["*"]
update-types: ["minor", "patch"]
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: dotnet-sdk
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 3d539f6

Please sign in to comment.