Skip to content

Commit

Permalink
chore: change package ecosystem from pnpm to npm in dependabot config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
chimpdev committed Nov 12, 2024
1 parent 6a2950b commit 39df958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
updates:
- package-ecosystem: 'pnpm'
- package-ecosystem: 'npm'
directory: '/server'
schedule:
interval: 'weekly'
- package-ecosystem: 'pnpm'
- package-ecosystem: 'npm'
directory: '/client'
schedule:
interval: 'weekly'

0 comments on commit 39df958

Please sign in to comment.