Files
web/.github/dependabot.yml
Austin 1248111621 Increase dependabot PR limit to 10 (#1294)
Defaults to 5. This big monorepo needs a bit more.
2026-07-13 13:04:55 -04:00

26 lines
577 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
cooldown:
default-days: 3 # 1 day after pnpm's cutoff, prevent a race
open-pull-requests-limit: 10 # Increase PR limit
groups:
tanstack:
patterns:
- "@tanstack/*"
radix-ui:
patterns:
- "@radix-ui/*"
react-ecosystem:
patterns:
- react
- react-dom
- "@types/react*"