From b5bc7613afffa8a08bbab710230003e3b3e0a134 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Thu, 19 Dec 2024 09:40:03 -0600 Subject: [PATCH 1/3] Disable Dependabot PRs for non-security updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2dad1427..55d5418fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,5 @@ updates: - CruGlobal/web-engineering-js pull-request-branch-name: separator: '-' + # Disable version updates while still allowing security updates + open-pull-requests-limit: 0 From e431386cd530eeb91fd14e4b6bcef1776cbec4ba Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Thu, 19 Dec 2024 15:40:46 -0600 Subject: [PATCH 2/3] Remove unnecessary config --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55d5418fe..ae30d12a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,5 @@ updates: interval: daily reviewers: - CruGlobal/web-engineering-js - pull-request-branch-name: - separator: '-' # Disable version updates while still allowing security updates open-pull-requests-limit: 0 From 9a4ee31b50f83e6bfa11ece3577ea00e69320906 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Thu, 19 Dec 2024 15:41:21 -0600 Subject: [PATCH 3/3] Replace all invalid characters with dashes in the Amplify Preview comment URL --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a54901235..2f612e1cd 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -22,7 +22,7 @@ jobs: role-to-assume: ${{ secrets.AWS_GITHUB_ACTIONS_ROLE }} output-credentials: true - name: deploy PR preview - uses: CruGlobal/amplify-preview-actions@handle-existing-branches + uses: CruGlobal/amplify-preview-actions@sed-replace-all with: branch_name: ${{ github.head_ref }} amplify_command: deploy