Skip to content

Commit bf62b2e

Browse files
committed
chore: remove matchDepTypes for devDependencies in renovate configuration
1 parent 98137ec commit bf62b2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/renovate.json5

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"packageRules": [
1717
{
1818
// these will fail tests if they are broken
19-
"matchDepTypes": [
20-
"devDependencies"
21-
],
19+
// idk if this works with python, either way it doesnt matter
20+
//"matchDepTypes": [
21+
// "devDependencies"
22+
//],
2223
"matchPackageNames": [
2324
"pre-commit",
2425
"ruff",

0 commit comments

Comments
 (0)