Skip to content

Commit 0453ac8

Browse files
authored
ci: be more precise about which dependencies to update (#176)
1 parent 50af25d commit 0453ac8

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

renovate.json renamed to renovate.jsonc

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,19 @@
1818
},
1919
{
2020
"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"]
2224
},
2325
{
2426
"groupName": "Pixi-Lock",
2527
"matchManagers": ["pixi"],
2628
"matchUpdateTypes": ["lockFileMaintenance"]
2729
},
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-
},
4030
{
4131
"groupName": "Cargo",
4232
"matchManagers": ["cargo"],
33+
// We want to update rattler manually
4334
"excludePackagePatterns": ["rattler*", "file_url"]
4435
},
4536
{

0 commit comments

Comments
 (0)