Skip to content

Commit

Permalink
chore: update poetry, specify renovate constraint (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu committed Aug 21, 2023
1 parent e108e68 commit c8524a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 70 deletions.
5 changes: 4 additions & 1 deletion .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"semanticCommitScope": "deps",
"rangeStrategy": "update-lockfile",
"stabilityDays": 7,
"labels": ["dependencies"]
"labels": ["dependencies"],
"constraints": {
"poetry": "1.6.1"
},
}
2 changes: 1 addition & 1 deletion .poetry-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.6.1

0 comments on commit c8524a6

Please sign in to comment.