Skip to content

Commit

Permalink
build: Dependabot now supports pnpm
Browse files Browse the repository at this point in the history
But still missing the proper logic to implement security update support.
See: dependabot/dependabot-core#7434
  • Loading branch information
mogeko committed Jul 3, 2023
1 parent 148eb64 commit 1b6e42f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"

# dependabot does not support pnpm yet.
# Track the issue: https://github.com/dependabot/dependabot-core/issues/1736
# Enable version updates for PNPM
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 1b6e42f

Please sign in to comment.