Skip to content

Commit 1e8cdd5

Browse files
committed
ci(dependabot): configure dependabot
Signed-off-by: Farzin Kazemzadeh <itisFarzin@proton.me>
1 parent 47d5029 commit 1e8cdd5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
dependencies:
11+
patterns:
12+
- "*"
13+
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
cooldown:
19+
default-days: 7
20+
groups:
21+
dependencies:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)