chore(dependabot): disable dependabot for pnpm for now
This commit is contained in:
parent
f5985d53e5
commit
9eccdfbc63
1 changed files with 5 additions and 1 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -17,7 +17,11 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 100
|
||||
# PNPM has an issue with dependabot. See:
|
||||
# https://github.com/dependabot/dependabot-core/issues/7258
|
||||
# https://github.com/pnpm/pnpm/issues/6530
|
||||
# TODO: Restore this when the issue is solved
|
||||
open-pull-requests-limit: 0
|
||||
groups:
|
||||
swc:
|
||||
patterns:
|
||||
|
|
Loading…
Reference in a new issue