Skip to content

Commit

Permalink
chore(dependabot): fix alwatr deps update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Sep 20, 2023
1 parent fb6bcef commit 84ac701
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ updates:
groups:
production-dependencies:
dependency-type: 'production'
exclude-patterns:
- '@alwatr/*'
- 'fract'
development-dependencies:
dependency-type: 'development'
exclude-patterns:
- '*lint*'
- '@alwatr/*'
- 'fract'
lint-dependencies:
patterns:
- '*lint*'
Expand Down

0 comments on commit 84ac701

Please sign in to comment.