Skip to content

Commit 91fc245

Browse files
committed
fix(deps): align Dependabot with pnpm policy
1 parent 1289517 commit 91fc245

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ updates:
88
day: "monday"
99
time: "06:00"
1010
timezone: "UTC"
11+
cooldown:
12+
default-days: 3
1113
open-pull-requests-limit: 10
1214
reviewers:
1315
- "aicodingstack/maintainers"
14-
assignees:
15-
- "aicodingstack/maintainers"
1616
commit-message:
1717
prefix: "chore(deps)"
1818
include: "scope"
@@ -60,6 +60,10 @@ updates:
6060
update-types:
6161
- "minor"
6262
- "patch"
63+
ignore:
64+
- dependency-name: "@types/node"
65+
versions:
66+
- ">=23"
6367

6468
# GitHub Actions
6569
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)