|
1 | | -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
| 1 | +# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
2 | 2 | # |
3 | 3 | # SPDX-License-Identifier: Apache-2.0 |
4 | 4 |
|
5 | 5 | version: 2 |
6 | 6 | updates: |
| 7 | + # Python test-dependency updates for cuda_bindings |
| 8 | + - package-ecosystem: pip |
| 9 | + directory: /cuda_bindings |
| 10 | + schedule: |
| 11 | + interval: "monthly" |
| 12 | + time: "09:00" |
| 13 | + timezone: "America/Los_Angeles" |
| 14 | + open-pull-requests-limit: 5 |
| 15 | + groups: |
| 16 | + test-deps: |
| 17 | + applies-to: version-updates |
| 18 | + patterns: ["*"] |
| 19 | + update-types: ["major", "minor", "patch"] |
| 20 | + |
| 21 | + # Python test-dependency updates for cuda_core |
| 22 | + - package-ecosystem: pip |
| 23 | + directory: /cuda_core |
| 24 | + schedule: |
| 25 | + interval: "monthly" |
| 26 | + time: "09:00" |
| 27 | + timezone: "America/Los_Angeles" |
| 28 | + open-pull-requests-limit: 5 |
| 29 | + groups: |
| 30 | + test-deps: |
| 31 | + applies-to: version-updates |
| 32 | + patterns: ["*"] |
| 33 | + update-types: ["major", "minor", "patch"] |
| 34 | + |
| 35 | + # Python test-dependency updates for cuda_pathfinder |
| 36 | + - package-ecosystem: pip |
| 37 | + directory: /cuda_pathfinder |
| 38 | + schedule: |
| 39 | + interval: "monthly" |
| 40 | + time: "09:00" |
| 41 | + timezone: "America/Los_Angeles" |
| 42 | + open-pull-requests-limit: 5 |
| 43 | + groups: |
| 44 | + test-deps: |
| 45 | + applies-to: version-updates |
| 46 | + patterns: ["*"] |
| 47 | + update-types: ["major", "minor", "patch"] |
| 48 | + |
7 | 49 | # GitHub Actions updates targeting the default branch (main) |
8 | 50 | - package-ecosystem: github-actions |
9 | 51 | directory: / |
|
0 commit comments