Skip to content

Commit 86a0cc7

Browse files
authored
Update renovate.json
1 parent 7a9a182 commit 86a0cc7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: renovate.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"baseBranches": ["develop"],
44
"constraints": {
5-
"python": "3.7"
5+
"python": ">=3.7",
6+
"poetry": ">=1.1.14"
67
},
78
"enabledManagers": ["pip_requirements", "poetry"],
89
"extends": [
910
"config:base"
1011
],
11-
"constraints": {
12-
"poetry": ">=1.1.14"
13-
},
1412
"labels": [
1513
"dependencies"
1614
],

0 commit comments

Comments
 (0)