Skip to content

Commit

Permalink
style: unify with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 14, 2023
1 parent 6b79fd7 commit 7400c0d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ updates:
schedule:
interval: 'weekly'
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- dependency-name: '*'
update-types: ['version-update:semver-patch']
groups:
react-dependencies:
patterns:
- "react*"
- "@types/react*"
- 'react*'
- '@types/react*'
exlude-patterns:
- "react-router-dom"
- 'react-router-dom'
storybook-group:
patterns:
- "storybook"
- "@storybook/*"
- 'storybook'
- '@storybook/*'
eslint-group:
patterns:
- "eslint"
- "eslint*"
- 'eslint'
- 'eslint*'

0 comments on commit 7400c0d

Please sign in to comment.