mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Update dependabot.yml to use pnpm
This commit is contained in:
parent
361b38ae50
commit
21e498b815
1 changed files with 1 additions and 6 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -9,13 +9,8 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "npm"
|
||||
- package-ecosystem: "pnpm"
|
||||
directory: "/src"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
versioning-strategy: "increase"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/src/bin/doc"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
versioning-strategy: "increase"
|
||||
|
|
Loading…
Reference in a new issue