Skip to content

Commit

Permalink
chore(dependabot): add new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Dec 27, 2024
1 parent 9cb842e commit 1cd6317
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,35 @@ updates:
time: '06:00'
rebase-strategy: 'disabled'
target-branch: main
open-pull-requests-limit: 20
open-pull-requests-limit: 10
groups:
production-dependencies:
dependency-type: 'production'
development-dependencies:
dependency-type: 'development'
nx:
patterns:
- '@nx*'
- '@nrwl*'
- 'nx*'
update-types:
- 'minor'
- 'patch'
babel:
patterns:
- '@babel*'
commitlint:
patterns:
- '@commitlint*'
eslint:
patterns:
- 'eslint'
update-types:
- 'minor'
- 'patch'
stylelint:
patterns:
- 'stylelint'
update-types:
- 'minor'
- 'patch'

0 comments on commit 1cd6317

Please sign in to comment.