Skip to content

Commit

Permalink
Update dependabot.yml to ignore certain front-end deps (#15118)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Sep 16, 2024
1 parent a609014 commit 7b525e3
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 @@ -29,6 +29,14 @@ updates:
update-types:
- 'minor'
- 'patch'
patterns:
- '*'
exclude-patterns:
- 'eslint' # The following deps need to be kept in sync with pre-commit-config.yaml.
- 'eslint-config-prettier'
- 'prettier'
- 'stylelint'
- 'stylelint-config-standard-scss'
open-pull-requests-limit: 10
labels:
- Frontend
Expand Down

0 comments on commit 7b525e3

Please sign in to comment.