Skip to content

Commit

Permalink
chore(dependabot): don't group prettier with non-breaking deps (#4978)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf authored Dec 2, 2024
1 parent b34f727 commit 358d89b
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 @@ -41,6 +41,14 @@ updates:
- '@wdio/*'
update-types:
- 'major'
prettier:
patterns:
- 'prettier'
update-types:
- 'major'
# Prettier can introduce formatting differences in minor versions,
# which causes formatting checks to fail in CI.
- 'minor'
# Non-major version bumps hopefully shouldn't break anything,
# so let's group them together into a single PR!
theoretically-non-breaking:
Expand Down

0 comments on commit 358d89b

Please sign in to comment.