Skip to content

Commit

Permalink
feat: Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 committed Dec 21, 2023
1 parent d0a4bc6 commit dd65230
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
commit-message:
prefix: "chore"
labels:
- "dependencies"
open-pull-requests-limit: 5
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
commit-message:
prefix: "chore"
labels:
- "dependencies"
open-pull-requests-limit: 5
groups:
dependencies:
patterns:
- "*"

0 comments on commit dd65230

Please sign in to comment.