| 1 | version: 2 |
| 2 | updates: |
| 3 | - package-ecosystem: cargo |
| 4 | directory: / |
| 5 | schedule: |
| 6 | interval: weekly |
| 7 | open-pull-requests-limit: 5 |
| 8 | groups: |
| 9 | # `windows` re-exports windows-core's types; bumping one alone makes |
| 10 | # BOOL/HRESULT two distinct types and the Windows leg stops compiling. |
| 11 | windows: |
| 12 | patterns: |
| 13 | - "windows" |
| 14 | - "windows-*" |
| 15 | - package-ecosystem: github-actions |
| 16 | directory: / |
| 17 | schedule: |
| 18 | interval: weekly |
| 19 | - package-ecosystem: nix |
| 20 | directory: / |
| 21 | schedule: |
| 22 | interval: monthly |
| 23 | - package-ecosystem: npm |
| 24 | directory: /web |
| 25 | schedule: |
| 26 | interval: monthly |
| 27 | open-pull-requests-limit: 3 |
| 28 |