Skip to content

Commit

Permalink
fix(dependabot): recombine dependabot updates
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
  • Loading branch information
lachieh committed Jan 14, 2025
1 parent 36a6cc9 commit 8882d27
Showing 1 changed file with 2 additions and 48 deletions.
50 changes: 2 additions & 48 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,9 @@ updates:
schedule:
interval: 'daily'

# Published Packages
# NPM/Yarn Dependencies
- package-ecosystem: 'npm'
directories:
- '/packages/lattice-client-core'
- '/packages/lattice-client-react'
schedule:
interval: 'weekly'
day: 'monday'
time: '09:00'
timezone: 'America/New_York'
groups:
dev-dependencies:
dependency-type: development
update-types:
- minor
- patch
prod-dependencies:
dependency-type: production
update-types:
- minor
- patch

# Internal Packages
- package-ecosystem: 'npm'
directories:
- '/packages/eslint-config'
- '/packages/prettier-config'
- '/packages/tsconfig'
schedule:
interval: 'weekly'
day: 'monday'
time: '09:00'
timezone: 'America/New_York'
groups:
dev-dependencies:
dependency-type: development
update-types:
- minor
- patch
prod-dependencies:
dependency-type: production
update-types:
- minor
- patch

# Apps
# - washboard-ui
- package-ecosystem: 'npm'
directory: '/apps/washboard-ui'
directory: '/'
schedule:
interval: 'weekly'
day: 'monday'
Expand Down

0 comments on commit 8882d27

Please sign in to comment.