Skip to content

Commit ede1230

Browse files
author
dependabutler
committed
[dependabutler] update .github/dependabot.yml
1 parent 4e330e6 commit ede1230

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
11
version: 2
22
updates:
3-
# UV package manager support
4-
- package-ecosystem: "uv"
5-
directory: "/"
3+
- package-ecosystem: pip
4+
directory: /docs
65
schedule:
7-
interval: "weekly"
8-
day: "sunday"
9-
timezone: "Europe/Berlin"
6+
interval: weekly
7+
day: sunday
8+
timezone: Europe/Berlin
109
open-pull-requests-limit: 10
11-
# Group updates to reduce PR noise
10+
insecure-external-code-execution: allow
11+
- package-ecosystem: uv
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
day: sunday
16+
timezone: Europe/Berlin
17+
open-pull-requests-limit: 10
18+
ignore:
19+
- dependency-name: pyspark
20+
- dependency-name: pandas
21+
update-types:
22+
- version-update:semver-major
1223
groups:
13-
major-updates:
24+
01_major-updates:
1425
patterns:
15-
- "*"
26+
- '*'
1627
update-types:
17-
- "major"
18-
minor-updates:
28+
- major
29+
02_minor-updates:
1930
patterns:
20-
- "*"
31+
- '*'
2132
update-types:
22-
- "minor"
23-
patch-updates:
33+
- minor
34+
03_patch-updates:
2435
patterns:
25-
- "*"
36+
- '*'
2637
update-types:
27-
- "patch"
28-
# Ignore dependencies that need manual review
29-
ignore:
30-
- dependency-name: "pyspark"
31-
# PySpark updates can break compatibility, needs manual testing
32-
- dependency-name: "pandas"
33-
update-types: ["version-update:semver-major"]
34-
# Only allow minor/patch updates for pandas to avoid breaking changes
38+
- patch

0 commit comments

Comments
 (0)