diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-12-31 19:48:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-31 19:48:27 +0100 |
| commit | 4893cce43c97cf09c5f057fbbd302a8287ca984e (patch) | |
| tree | bce10c30d82369c69d2e393cb1bfc4a1a851b6be /.github | |
| parent | 2024 (diff) | |
| download | sharkey-4893cce43c97cf09c5f057fbbd302a8287ca984e.tar.gz sharkey-4893cce43c97cf09c5f057fbbd302a8287ca984e.tar.bz2 sharkey-4893cce43c97cf09c5f057fbbd302a8287ca984e.zip | |
chore(dependabot): try enabling again
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5955f6b5d9..c5755315fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,16 +17,32 @@ updates: directory: "/" schedule: interval: daily - # 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 + open-pull-requests-limit: 5 + # List dependencies required to be updated together, sharing the same version numbers. + # Those who simply have the common owner (e.g. @fastify) don't need to be listed. groups: - swc: + aws-sdk: patterns: - - "@swc/*" + - "@aws-sdk/*" + bull-board: + patterns: + - "@bull-board/*" + nestjs: + patterns: + - "@nestjs/*" + slacc: + patterns: + - "slacc-*" storybook: patterns: - "storybook*" - "@storybook/*" + swc-core: + patterns: + - "@swc/core*" + typescript-eslint: + patterns: + - "@typescript-eslint/*" + tensorflow: + patterns: + - "@tensorflow/*" |