Skip to content

Commit

Permalink
Group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed Jul 26, 2024
1 parent 4080315 commit b006757
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,40 @@ updates:

# main
- package-ecosystem: "nuget"
target-branch: "main"
directory: "/CreateMatrix"
schedule:
interval: "daily"
groups:
nuget-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
groups:
actions-deps:
patterns:
- "*"

# develop
- package-ecosystem: "nuget"
directory: "/CreateMatrix"
target-branch: "develop"
directory: "/CreateMatrix"
schedule:
interval: "daily"
groups:
nuget-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
groups:
actions-deps:
patterns:
- "*"

0 comments on commit b006757

Please sign in to comment.