-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm packages using Dependabot
- Loading branch information
1 parent
db6ccc7
commit d5d0c46
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 2 | ||
|
||
updates: | ||
# Update npm packages | ||
- package-ecosystem: npm | ||
directory: / | ||
open-pull-requests-limit: 10 | ||
|
||
reviewers: | ||
- alphagov/design-system-developers | ||
|
||
# Schedule run every Monday, local time | ||
schedule: | ||
interval: weekly | ||
time: '10:30' | ||
timezone: 'Europe/London' | ||
|
||
versioning-strategy: increase | ||
|
||
allow: | ||
# Include direct package.json updates | ||
- dependency-type: direct | ||
|
||
# Include indirect browser data updates | ||
# https://caniuse.com | ||
- dependency-name: caniuse-lite |