Skip to content

Commit

Permalink
chore: ensure Renovate deduplicates dependencies (#1483)
Browse files Browse the repository at this point in the history
When Renovate bot updates dependencies for the provider, we want to make
sure that the new set of dependencies does not result in any duplication
aka several versions of `@pulumi/pulumi` being included.
  • Loading branch information
t0yv0 authored Jan 15, 2025
1 parent f8ba242 commit 004d02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mk/renovate.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.PHONY: renovate
renovate: generate_sdks
cd awsx && yarn run dedupe-deps

0 comments on commit 004d02d

Please sign in to comment.