Skip to content

Commit

Permalink
chore(deps): don't let renovate update pydantic or protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 8, 2023
1 parent 3bb192b commit 53cb22f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 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 All @@ -27,7 +31,7 @@
groupName: "GitHub Actions",
matchManagers: ["github-actions"],
prPriority: 1,
automerge: true,
automerge: true
},
// Everything not in one of these rules gets priority 0 and falls here.
{
Expand All @@ -50,7 +54,7 @@
groupSlug: "doc-dependencies",
matchPackageNames: ["Sphinx"],
matchPackagePatterns: ["^[Ss]phinx.*$", "^furo$"],
matchPackagePrefixes: ["docs"],
matchPackagePrefixes: ["docs"]
},
{
// Other major dependencies get deprioritised below minor dev dependencies.
Expand Down

0 comments on commit 53cb22f

Please sign in to comment.