Skip to content

Commit

Permalink
fix(dependabot): do not list each workspace item
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Aug 12, 2023
1 parent 827616f commit 43b376e
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,15 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 100

# Add only the root, not each workspace item
# https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 100
- package-ecosystem: npm
directory: "/packages/backend"
schedule:
interval: daily
open-pull-requests-limit: 100
- package-ecosystem: npm
directory: "/packages/frontend"
schedule:
interval: daily
open-pull-requests-limit: 100
- package-ecosystem: npm
directory: "/packages/sw"
schedule:
interval: daily
open-pull-requests-limit: 100
- package-ecosystem: npm
directory: "/packages/misskey-js"
schedule:
interval: daily
open-pull-requests-limit: 100
groups:
swc:
patterns:
- "@swc/*"

0 comments on commit 43b376e

Please sign in to comment.