Skip to content

Commit

Permalink
Update npm packages using Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 20, 2023
1 parent db6ccc7 commit d5d0c46
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
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

0 comments on commit d5d0c46

Please sign in to comment.