Skip to content
Merged
Show file tree
Hide file tree
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
75 changes: 12 additions & 63 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,77 +3,26 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 1
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
rebase-strategy: "auto"

- package-ecosystem: "npm"
directory: "/apps/api"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
rebase-strategy: "auto"

- package-ecosystem: "npm"
directory: "/apps/web"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
rebase-strategy: "auto"

- package-ecosystem: "npm"
directory: "/apps/worker"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
rebase-strategy: "auto"

- package-ecosystem: "npm"
directory: "/packages/db"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
rebase-strategy: "auto"

- package-ecosystem: "npm"
directory: "/packages/shared"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
rebase-strategy: "auto"

- package-ecosystem: "npm"
directory: "/packages/sim"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 10
open-pull-requests-limit: 1
rebase-strategy: "auto"
groups:
npm-all:
patterns:
- "*"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
area: ci
summary: Consolidate Dependabot config to a single grouped npm entry to prevent mass PR openings
Comment on lines +2 to +4
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release note file uses a different format from the existing release notes. The other files in .releases/unreleased/ use YAML front matter with --- delimiters (e.g., ---\ntype: patch\narea: ci\nsummary: ...\n---), but this file omits the --- delimiters entirely. This will likely break any tooling that parses these files expecting YAML front matter format.

Copilot uses AI. Check for mistakes.
---
Loading