Skip to content

Commit

Permalink
chore(deps): don't let renovate update pydantic or protobuf (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Dec 12, 2023
1 parent d210aff commit db38392
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
@@ -1,6 +1,10 @@
{
// Configuration file for RenovateBot: https://docs.renovatebot.com/configuration-options
extends: ["config:base"],
ignoreDeps: [
"pydantic", // We need to update everything to pydantic 2 simultaneously.
"protobuf", // See: https://github.com/canonical/craft-store/issues/132
],
labels: ["dependencies"], // For convenient searching in GitHub
pip_requirements: {
fileMatch: ["^tox.ini$", "(^|/)requirements([\\w-]*)\\.txt$"]
Expand Down

0 comments on commit db38392

Please sign in to comment.