diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-08-12 13:54:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 13:54:28 +0200 |
| commit | 9eccdfbc63d30861ae80fde55609bcbdd10ba759 (patch) | |
| tree | 6c47c1eb14fb1267a2032477aa9e5040f07927c5 /.github | |
| parent | build(deps): bump actions/checkout from 3.2.0 to 3.5.3 (diff) | |
| download | sharkey-9eccdfbc63d30861ae80fde55609bcbdd10ba759.tar.gz sharkey-9eccdfbc63d30861ae80fde55609bcbdd10ba759.tar.bz2 sharkey-9eccdfbc63d30861ae80fde55609bcbdd10ba759.zip | |
chore(dependabot): disable dependabot for pnpm for now
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec938bb553..5955f6b5d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: |