Skip to content

Commit

Permalink
Disable explicit Renovate PRs for boto3/botocore
Browse files Browse the repository at this point in the history
We don't need to get explicit PRs for boto3/botocore, since we only
specify those packages as top-level dependencies to help Poetry's
dependency resolver.

We add the packages to `ignoreDeps` in `renovate.json`. With this
config, the two packages should still get updated once a week in the
lockfile maintenance.
  • Loading branch information
simu committed Aug 15, 2023
1 parent 07db748 commit 12f8e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"labels": [
"dependency"
],
"ignoreDeps": [
"boto3",
"botocore"
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
Expand Down

0 comments on commit 12f8e0d

Please sign in to comment.