2021-08-19 15:22:29 +00:00
|
|
|
# To get started with Dependabot version updates, you'll need to specify which
|
|
|
|
# package ecosystems to update and where the package manifests are located.
|
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2023-01-15 03:12:28 +00:00
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2023-08-10 02:01:31 +00:00
|
|
|
open-pull-requests-limit: 100
|
2023-08-12 11:11:20 +00:00
|
|
|
|
|
|
|
# Add only the root, not each workspace item
|
|
|
|
# https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027
|
2022-02-10 11:11:26 +00:00
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: daily
|
2024-01-06 12:33:56 +00:00
|
|
|
open-pull-requests-limit: 10
|
2023-12-31 18:48:27 +00:00
|
|
|
# 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.
|
2023-08-12 11:11:20 +00:00
|
|
|
groups:
|
2023-12-31 18:48:27 +00:00
|
|
|
aws-sdk:
|
2023-08-12 11:11:20 +00:00
|
|
|
patterns:
|
2023-12-31 18:48:27 +00:00
|
|
|
- "@aws-sdk/*"
|
|
|
|
bull-board:
|
|
|
|
patterns:
|
|
|
|
- "@bull-board/*"
|
|
|
|
nestjs:
|
|
|
|
patterns:
|
|
|
|
- "@nestjs/*"
|
|
|
|
slacc:
|
|
|
|
patterns:
|
|
|
|
- "slacc-*"
|
2023-08-12 11:29:57 +00:00
|
|
|
storybook:
|
|
|
|
patterns:
|
|
|
|
- "storybook*"
|
|
|
|
- "@storybook/*"
|
2023-12-31 18:48:27 +00:00
|
|
|
swc-core:
|
|
|
|
patterns:
|
|
|
|
- "@swc/core*"
|
|
|
|
typescript-eslint:
|
|
|
|
patterns:
|
|
|
|
- "@typescript-eslint/*"
|
|
|
|
tensorflow:
|
|
|
|
patterns:
|
|
|
|
- "@tensorflow/*"
|