Skip to content

Commit

Permalink
Create only one dependabot PR per branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Dec 18, 2024
1 parent ee1d2f0 commit e3f057d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ updates:
schedule:
interval: weekly
day: thursday
groups:
All 2.X Dependencies:
patterns:
- "*"
- package-ecosystem: nuget
target-branch: develop/3.0
directory: "/"
schedule:
interval: weekly
day: thursday
groups:
All 3.0 Dependencies:
patterns:
- "*"

0 comments on commit e3f057d

Please sign in to comment.