Skip to content

Commit

Permalink
fix: add renovate script (#194)
Browse files Browse the repository at this point in the history
Adds the required renovate scripts.
  • Loading branch information
rquitales authored Jan 22, 2025
1 parent 684d105 commit d09941e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/renovate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail

make generate_sdks
yarn --cwd aws-apigateway install --frozen-lockfile
yarn --cwd aws-apigateway dedupe-deps

0 comments on commit d09941e

Please sign in to comment.