Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
version: 2

updates:
# The Swift package has zero third-party dependencies by design, so there is
# nothing to update there — see docs/roadmap/what-is-excellent.md §11.
# One npm entry for the whole pnpm workspace. It must point at the root:
# apps/web and apps/headless share a single pnpm-lock.yaml there, and an
# entry aimed at a workspace member updates only that member's
# package.json, leaving the root lockfile stale and every CI job failing
# on --frozen-lockfile.
#
# The Swift package has zero third-party dependencies by design, so there
# is nothing to update for it — see docs/roadmap/what-is-excellent.md §11.
- package-ecosystem: npm
directory: /apps/web
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
labels:
- "type:chore"
- "area:web"
groups:
react:
patterns: ["react", "react-dom", "@types/react", "@types/react-dom"]
Expand All @@ -21,14 +26,8 @@ updates:
patterns: ["tailwindcss", "@tailwindcss/*"]
types:
patterns: ["@types/*"]

- package-ecosystem: npm
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 3
labels:
- "type:chore"
eslint:
patterns: ["eslint", "@eslint/*"]

- package-ecosystem: github-actions
directory: /
Expand Down
Loading