Skip to content

Commit 60184a4

Browse files
committed
chore: Add dependabot for jsr-maint branch, set cooldown
1 parent bb6e5e5 commit 60184a4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
actions-infrastructure:
1414
patterns:
1515
- "actions/*"
16+
cooldown:
17+
default-days: 14
1618
- package-ecosystem: "uv"
1719
directory: "/"
1820
schedule:
@@ -22,6 +24,8 @@ updates:
2224
groups:
2325
build-dependencies:
2426
patterns: ["*"]
27+
cooldown:
28+
default-days: 14
2529
- package-ecosystem: "npm"
2630
directory: "/"
2731
schedule:
@@ -31,3 +35,18 @@ updates:
3135
groups:
3236
node-utilities:
3337
patterns: ["*"]
38+
cooldown:
39+
default-days: 14
40+
- package-ecosystem: "npm"
41+
target-branch: jsr-maint
42+
directory: "/"
43+
schedule:
44+
interval: "monthly"
45+
labels:
46+
- "exclude-from-changelog"
47+
- "schema-code"
48+
groups:
49+
node-utilities:
50+
patterns: ["*"]
51+
cooldown:
52+
default-days: 14

0 commit comments

Comments
 (0)