Skip to content

Commit

Permalink
group dependabot updates to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Nov 24, 2023
1 parent ed6aad6 commit f20606d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ updates:
schedule:
interval: 'monthly'
open-pull-requests-limit: 10
ignore:
# Manually update stylelint and prettier, to ensure we control the range
# of version that we maintain support for
- dependency-name: 'stylelint'
- dependency-name: 'prettier'
- dependency-name: 'prettier-linter-helpers'
groups:
dev-dependencies:
dependency-type: development
patterns:
- '*'

0 comments on commit f20606d

Please sign in to comment.