Skip to content

Commit

Permalink
Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 20, 2022
1 parent 358d916 commit 3413d37
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-merge-dependabot-updates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
#
# Ansible managed
#

name: Auto Merge Dependency Updates

on:
- pull_request_target

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Auto Merge Dependabot Updates
uses: buluma/gh-action-auto-merge-dependabot-updates@1.0.3
with:
allowed-actors: dependabot-preview[bot], dependabot[bot]
4 changes: 4 additions & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3413d37

Please sign in to comment.