There was an error while loading. Please reload this page.
1 parent 13b67e1 commit 7b7c948Copy full SHA for 7b7c948
1 file changed
.github/dependabot.yml
@@ -8,11 +8,11 @@ updates:
8
day: "monday"
9
time: "06:00"
10
timezone: "UTC"
11
+ cooldown:
12
+ default-days: 3
13
open-pull-requests-limit: 10
14
reviewers:
15
- "aicodingstack/maintainers"
- assignees:
- - "aicodingstack/maintainers"
16
commit-message:
17
prefix: "chore(deps)"
18
include: "scope"
@@ -60,6 +60,10 @@ updates:
60
update-types:
61
- "minor"
62
- "patch"
63
+ ignore:
64
+ - dependency-name: "@types/node"
65
+ versions:
66
+ - ">=23"
67
68
# GitHub Actions
69
- package-ecosystem: "github-actions"
0 commit comments