|
18 | 18 | },
|
19 | 19 | {
|
20 | 20 | "groupName": "Pixi",
|
21 |
| - "matchManagers": ["pixi"], |
22 |
| - // We want to update Rust manually and keep it in sync with rust-toolchain |
23 |
| - "excludePackagePatterns": ["rust"] |
| 21 | + "matchManagers": ["pixi"] |
24 | 22 | },
|
25 | 23 | {
|
26 | 24 | "groupName": "Pixi-Lock",
|
27 | 25 | "matchManagers": ["pixi"],
|
28 | 26 | "matchUpdateTypes": ["lockFileMaintenance"]
|
29 | 27 | },
|
| 28 | + { |
| 29 | + "description": "We want to update Rust manually and keep it in sync with rust-toolchain", |
| 30 | + "matchPackageNames": "rust", |
| 31 | + "matchManagers": ["pixi"], |
| 32 | + "enabled": false |
| 33 | + }, |
30 | 34 | {
|
31 | 35 | "groupName": "Cargo",
|
32 |
| - "matchManagers": ["cargo"], |
33 |
| - // We want to update rattler manually |
34 |
| - "excludePackagePatterns": ["rattler*", "file_url"] |
| 36 | + "matchManagers": ["cargo"] |
35 | 37 | },
|
36 | 38 | {
|
37 | 39 | "groupName": "Cargo-Lock",
|
38 | 40 | "matchManagers": ["cargo"],
|
39 | 41 | "matchUpdateTypes": ["lockFileMaintenance"]
|
| 42 | + }, |
| 43 | + { |
| 44 | + "description": "We want a separate PR for rattler crates", |
| 45 | + "matchPackageNames": ["rattler*", "file_url"], |
| 46 | + "matchManagers": ["cargo"], |
| 47 | + "enabled": false |
40 | 48 | }
|
41 | 49 | ]
|
42 | 50 | }
|
0 commit comments