Skip to content

Commit 141e1d9

Browse files
committed
chore: Add cooldown to dependabot
1 parent d214172 commit 141e1d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
actions-infrastructure:
99
patterns:
1010
- "actions/*"
11+
cooldown:
12+
default-days: 14
1113
- package-ecosystem: uv
1214
directory: "/"
1315
labels: ["dependencies"]
@@ -17,3 +19,5 @@ updates:
1719
python:
1820
patterns:
1921
- "*"
22+
cooldown:
23+
default-days: 14

0 commit comments

Comments
 (0)