Skip to content

Commit d75cc6a

Browse files
authored
Configure Dependabot for uv package ecosystem
Added configuration for uv package ecosystem with weekly updates and specified dependency groups.
1 parent fd9a385 commit d75cc6a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,35 @@ updates:
3838
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
3939
schedule:
4040
interval: "weekly"
41+
42+
- package-ecosystem: "uv"
43+
directory: "/13426"
44+
schedule:
45+
interval: "weekly"
46+
groups:
47+
security-dependencies:
48+
applies-to: "security-updates"
49+
patterns:
50+
- "*"
51+
production-dependencies:
52+
exclude-patterns:
53+
- "beautifulsoup4"
54+
- "ipykernel"
55+
- "lxml"
56+
- "pandas-ods-reader"
57+
- "playwright*"
58+
- "pyflakes"
59+
- "pytest*"
60+
- "ruff"
61+
- "tox*"
62+
development-dependencies:
63+
patterns:
64+
- "beautifulsoup4"
65+
- "ipykernel"
66+
- "lxml"
67+
- "pandas-ods-reader"
68+
- "playwright*"
69+
- "pyflakes"
70+
- "pytest*"
71+
- "ruff"
72+
- "tox*"

0 commit comments

Comments
 (0)