|
1 | | ---- |
2 | 1 | version: 2 |
3 | 2 | updates: |
4 | | - # === GitHub Actions === |
5 | | - - package-ecosystem: github-actions |
6 | | - directory: / |
| 3 | + - package-ecosystem: "github-actions" |
| 4 | + directory: "/" |
7 | 5 | schedule: |
8 | | - interval: weekly |
9 | | - labels: [dependencies, automated, actions] |
| 6 | + interval: "monthly" |
| 7 | + open-pull-requests-limit: 1 |
| 8 | + labels: ["dependencies", "automated"] |
10 | 9 | groups: |
11 | | - actions-minor-patch: |
| 10 | + github-actions-all: |
12 | 11 | patterns: ["*"] |
13 | | - update-types: [minor, patch] |
14 | | - actions-major: |
15 | | - patterns: ["*"] |
16 | | - update-types: [major] |
17 | | - # === Python dev (pip) === |
18 | | - - package-ecosystem: pip |
19 | | - directory: / |
| 12 | + |
| 13 | + - package-ecosystem: "pip" |
| 14 | + directory: "/" |
20 | 15 | schedule: |
21 | | - interval: weekly |
22 | | - labels: [dependencies, automated, dev] |
| 16 | + interval: "monthly" |
| 17 | + open-pull-requests-limit: 1 |
| 18 | + labels: ["dependencies", "automated"] |
23 | 19 | groups: |
24 | | - pip-dev-minor-patch: |
25 | | - patterns: |
26 | | - - pytest* |
27 | | - - flake8* |
28 | | - - black |
29 | | - - isort |
30 | | - - mypy* |
31 | | - - coverage* |
32 | | - - tox* |
33 | | - - ruff |
34 | | - - pylint* |
35 | | - - bandit |
36 | | - - pre-commit |
37 | | - - sphinx* |
38 | | - - mkdocs* |
39 | | - update-types: [minor, patch] |
40 | | - # === Python runtime (pip) === |
41 | | - - package-ecosystem: pip |
42 | | - directory: / |
| 20 | + pip-all: |
| 21 | + patterns: ["*"] |
| 22 | + |
| 23 | + - package-ecosystem: "uv" |
| 24 | + directory: "/" |
43 | 25 | schedule: |
44 | | - interval: weekly |
45 | | - labels: [dependencies, automated, runtime] |
| 26 | + interval: "monthly" |
| 27 | + open-pull-requests-limit: 1 |
| 28 | + labels: ["dependencies", "automated"] |
46 | 29 | groups: |
47 | | - pip-runtime-minor-patch: |
| 30 | + uv-all: |
48 | 31 | patterns: ["*"] |
49 | | - update-types: [minor, patch] |
50 | | - # === Python (uv) === |
51 | | - - package-ecosystem: uv |
52 | | - directory: / |
53 | | - schedule: |
54 | | - interval: weekly |
55 | | - labels: [dependencies, automated, uv] |
0 commit comments