8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a311427 commit 6faf6f1Copy full SHA for 6faf6f1
.renovaterc.json
@@ -33,6 +33,10 @@
33
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
34
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
35
},
36
+ {
37
+ "packageName": "argcomplete",
38
+ "enabled": false
39
+ },
40
{
41
"packagePatterns": [
42
"^gitlab\/gitlab-.+$"
requirements-lint.txt
@@ -1,5 +1,5 @@
1
-r requirements.txt
2
-argcomplete==2.1.1
+argcomplete==2.0.0
3
black==23.1.0
4
commitizen==2.42.1
5
flake8==6.0.0
0 commit comments