Skip to content

Commit

Permalink
tweak dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Jan 2, 2025
1 parent 003fa9c commit d156637
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 @@ -39,11 +39,18 @@ updates:
update-types:
- 'minor'
- 'patch'
typescript:
dependency-type: 'development'
patterns:
- 'typescript'
update-types:
- 'patch'
minor-dependencies:
dependency-type: 'production'
update-types:
- 'minor'
- 'patch'
exclude-patterns:
minor-devDependencies:
dependency-type: 'development'
update-types:
Expand All @@ -57,6 +64,7 @@ updates:
- '*eslint*'
- '*prettier*'
- '@playwright/*'
- 'typescript'
# The default is 5 but as we are going to group dependencies we might need to increase it
open-pull-requests-limit: 10
- package-ecosystem: 'github-actions'
Expand Down

0 comments on commit d156637

Please sign in to comment.