Skip to content

Commit

Permalink
chore: allow dependabot to manage pip upgrades for lambda-layer-awscli (
Browse files Browse the repository at this point in the history
#18833)

This PR follows up #18800 by turning on dependabot updates for `awscli`
in `lambda-layer-awscli`.

Currently the only other place we have pip dependencies are in our tests
and the init templates. dependabot does currently look for security
updates in all of our pip dependencies, this just turns on normal
updates for this specific module.

Need to follow up this PR by adding this process to the PR checklist and
the contributing guide.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
corymhall authored Feb 7, 2022
1 parent c4226c7 commit 41ce29c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ updates:
labels:
- "auto-approve"
open-pull-requests-limit: 5
- package-ecosystem: "pip"
directory: "/packages/@aws-cdk/lambda-layer-awscli"
schedule:
interval: "weekly"
labels:
- "auto-approve"
open-pull-requests-limit: 5

0 comments on commit 41ce29c

Please sign in to comment.