Skip to content

Commit

Permalink
chore(deps): update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
svierk committed Oct 6, 2024
1 parent 706c3b3 commit 917b79f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ updates:
dependencies:
patterns:
- '*'
exclude-patterns:
- 'eslint'
- 'typescript'
ignore:
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']
- dependency-name: 'typescript'
update-types: ['version-update:semver-major', 'version-update:semver-minor']

0 comments on commit 917b79f

Please sign in to comment.