Skip to content

Commit

Permalink
Update dependabot to create only one pull request for all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj authored and samgibsonmoj committed May 31, 2024
1 parent 5fd718e commit a385728
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
interval: "weekly"
commit-message:
prefix: "deps"
target-branch: "main"
labels:
- "dependencies"
reviewers:
- "ministryofjustice/hmpps-co-financing-organisation" # Request review from a team or user
prefix: "deps"
open-pull-requests-limit: 1
groups:
all-dependencies:
patterns:
- "*"

0 comments on commit a385728

Please sign in to comment.