Skip to content

Commit

Permalink
chore: have renovate pin dependencies in pyproject.toml (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored May 3, 2024
1 parent df40522 commit b2e45f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
matchManagers: ["github-actions"],
labels: ["semver:none", "kind:chore"],
},
{
matchManagers: ["poetry"],
rangeStrategy: "pin",
},
],
}

0 comments on commit b2e45f1

Please sign in to comment.