Skip to content

Commit

Permalink
Enable dependabot updates for front-end NPM packages (#14984)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Sep 11, 2024
1 parent b54c17b commit dc03900
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,36 @@ updates:
labels:
- Backend
- dependencies
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
groups:
frontend:
dependency-type: production
update-types:
- 'minor'
- 'patch'
patterns:
- '*'
exclude-patterns:
- '@mozilla/glean' # Glean.js needs to be kept in sync with glean_parser Python dependency
- '@mozilla-protocol/*' # Protocol package updates require individual testing.
- '@mozmeao/*' # Owned NPM package updates require individual testing.
dev-dependencies:
dependency-type: development
update-types:
- 'minor'
- 'patch'
open-pull-requests-limit: 10
labels:
- Frontend
- dependencies
- package-ecosystem: npm
directory: '/tests/playwright'
schedule:
interval: monthly
open-pull-requests-limit: 5
open-pull-requests-limit: 10
groups:
playwright:
update-types:
Expand Down

0 comments on commit dc03900

Please sign in to comment.