Skip to content

Commit 171f3db

Browse files
Create dependabot.yaml
1 parent 8f2a401 commit 171f3db

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
groups:
8+
github_actions:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: uv
13+
directory: /
14+
schedule:
15+
interval: daily
16+
groups:
17+
python:
18+
patterns:
19+
- "*"
20+
21+
- package-ecosystem: pre-commit
22+
directory: /
23+
schedule:
24+
interval: daily
25+
groups:
26+
pre-commit:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)