Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chore(deps): bump ahmadnassri/action-dependabot-auto-merge from 2.4.0 to 2.6 #665

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 'Checkout repository'
uses: actions/checkout@v2.4.0
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/action-dependabot-auto-merge@v2.4.0
uses: ahmadnassri/action-dependabot-auto-merge@v2.6
# Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)
if: github.actor == 'dependabot[bot]'
with:
Expand Down