Skip to content

Commit ecf01d9

Browse files
authored
Also prevent setuptools from getting upgraded (#289)
* Also prevent setuptools from getting upgraded flake8-import-order < 0.19 require setuptools < 82, so tell Renovate to not upgrade either of these for now * Use list of strings
1 parent bb57dd8 commit ecf01d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
]
2424
},
2525
{
26-
"matchPackageNames": ["flake8-import-order"], // we're not compatible with 0.19.0 yet due to #226
26+
"matchPackageNames": ["flake8-import-order", "setuptools"], // we're not compatible with 0.19.0 yet due to #226
2727
"matchManagers": ["poetry"],
2828
"enabled": false
2929
}
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)