Skip to content

Commit

Permalink
fix dependabot (bad pr practice, ik)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits committed Jul 19, 2024
1 parent 6c5a7e4 commit dc99371
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ updates:
target-branch: 'staging'
commit-message:
prefix: 'deps'
open-pull-requests-limit: 10
groups:
all-actions:
applies-to: version-updates
patterns:
- '*'

Expand All @@ -19,8 +21,10 @@ updates:
target-branch: 'staging'
commit-message:
prefix: 'deps'
open-pull-requests-limit: 10
groups:
all-npm:
applies-to: version-updates
patterns:
- '*'

Expand All @@ -31,7 +35,9 @@ updates:
target-branch: 'staging'
commit-message:
prefix: 'deps'
open-pull-requests-limit: 10
groups:
all-pip:
applies-to: version-updates
patterns:
- '*'

0 comments on commit dc99371

Please sign in to comment.