Skip to content

Commit

Permalink
fix: invalid details in dependabot.yml
Browse files Browse the repository at this point in the history
The property '#/updates/0/package-ecosystem' value "pnpm" did not match one of the following values: npm, bundler, composer, devcontainers, maven, mix, cargo, gradle, nuget, gomod, docker, elm, gitsubmodule, github-actions, pip, terraform, pub, swift
  • Loading branch information
teoh4770 committed Apr 13, 2024
1 parent 2b167f7 commit c3ad895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "pnpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit c3ad895

Please sign in to comment.