Skip to content

Commit b6fb3c7

Browse files
authored
ci: update renovate config (#178)
1 parent ec67a86 commit b6fb3c7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

renovate.json5

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,33 @@
1818
},
1919
{
2020
"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"]
2422
},
2523
{
2624
"groupName": "Pixi-Lock",
2725
"matchManagers": ["pixi"],
2826
"matchUpdateTypes": ["lockFileMaintenance"]
2927
},
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+
},
3034
{
3135
"groupName": "Cargo",
32-
"matchManagers": ["cargo"],
33-
// We want to update rattler manually
34-
"excludePackagePatterns": ["rattler*", "file_url"]
36+
"matchManagers": ["cargo"]
3537
},
3638
{
3739
"groupName": "Cargo-Lock",
3840
"matchManagers": ["cargo"],
3941
"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
4048
}
4149
]
4250
}

0 commit comments

Comments
 (0)