File tree 1 file changed +4
-13
lines changed 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
{
20
20
"groupName" : " Pixi" ,
21
- "matchManagers" : [" pixi" ]
21
+ "matchManagers" : [" pixi" ],
22
+ // We want to update Rust manually and keep it in sync with rust-toolchain
23
+ "excludePackagePatterns" : [" rust" ]
22
24
},
23
25
{
24
26
"groupName" : " Pixi-Lock" ,
25
27
"matchManagers" : [" pixi" ],
26
28
"matchUpdateTypes" : [" lockFileMaintenance" ]
27
29
},
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
- },
34
- {
35
- "description" : " Create separate PRs for rattler and file_url dependencies" ,
36
- "matchPackagePatterns" : [" rattler*" , " file_url" ],
37
- "matchManagers" : [" cargo" ],
38
- "separateMajorMinor" : false
39
- },
40
30
{
41
31
"groupName" : " Cargo" ,
42
32
"matchManagers" : [" cargo" ],
33
+ // We want to update rattler manually
43
34
"excludePackagePatterns" : [" rattler*" , " file_url" ]
44
35
},
45
36
{
You can’t perform that action at this time.
0 commit comments