Skip to content

Commit 695dabe

Browse files
committed
chore: use matchDepNames for vite-task crates in renovate config (#1217)
`matchPackageNames` matches against the git URL for Cargo git dependencies, not the crate name. This caused the disable rule to have no effect, resulting in unwanted update PRs. Closes #1208 Closes #1203
1 parent ae9c5b7 commit 695dabe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/renovate.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
"enabled": false
1616
},
1717
{
18-
"matchPackageNames": [
18+
"matchDepNames": [
1919
"fspy",
2020
"vite_glob",
2121
"vite_path",
2222
"vite_str",
2323
"vite_task",
24-
"vite_workspace",
25-
"https://github.com/voidzero-dev/vite-task"
24+
"vite_workspace"
2625
],
2726
"enabled": false
2827
}

0 commit comments

Comments
 (0)