Skip to content

Commit 13c81f6

Browse files
Merge pull request #237 from neutrinoceros/mnt/dependabot-quarterly
2 parents e7e1636 + 240ff98 commit 13c81f6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /.github/workflows
55
schedule:
6-
interval: monthly
6+
interval: quarterly
7+
cooldown:
8+
default-days: 7
79
groups:
810
actions:
911
patterns:
1012
- '*'
13+
14+
- package-ecosystem: uv
15+
directory: /
16+
schedule:
17+
interval: quarterly
18+
cooldown:
19+
default-days: 7

0 commit comments

Comments
 (0)