Skip to content

Commit 6fc4012

Browse files
Merge pull request #141 from networktocode/lk-fix-renovate
Update renovate.json
2 parents 7ea9cca + 86a0cc7 commit 6fc4012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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": [

0 commit comments

Comments
 (0)