Skip to content

Commit

Permalink
Merge pull request #1239 from CruGlobal/disable-dependabot-version-up…
Browse files Browse the repository at this point in the history
…dates

[no-Jira] Disable Dependabot PRs for non-security updates
  • Loading branch information
canac authored Dec 20, 2024
2 parents a64c8b0 + 9a4ee31 commit 28026ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +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
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28026ac

Please sign in to comment.