Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 authored Oct 9, 2023
1 parent 357cb90 commit 1b558b1
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@
version: 2
updates:

# NuGet main
- package-ecosystem: nuget
# main
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: daily
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# NuGet develop
- package-ecosystem: nuget
# develop
- package-ecosystem: "nuget"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: daily
interval: "daily"

0 comments on commit 1b558b1

Please sign in to comment.