Skip to content

Commit 436b41b

Browse files
authored
chore: update dependabot configuration (#83)
1 parent a94bdb3 commit 436b41b

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@ updates:
33
- package-ecosystem: uv
44
directory: /
55
schedule:
6-
interval: weekly
6+
interval: monthly
7+
cooldown:
8+
default-days: 15
9+
groups:
10+
python-dependencies:
11+
patterns:
12+
- "*"
13+
714
- package-ecosystem: github-actions
815
directory: /
916
schedule:
10-
interval: weekly
17+
interval: monthly
18+
cooldown:
19+
default-days: 15
20+
groups:
21+
github-actions:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)