Skip to content

Commit

Permalink
Dependabot automerge.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jan 9, 2024
1 parent ba55157 commit 238d5a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- master
- main
- testing
- dependabot/**
- renovate/**
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'
Expand Down Expand Up @@ -40,8 +42,6 @@ jobs:
- name: ansible-lint
uses: ansible-community/ansible-lint-action@main
test:
needs:
- lint
runs-on: ubuntu-20.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -87,7 +87,9 @@ jobs:
tag: ${{ matrix.config.tag }}

dependabot:
needs: test
needs:
- lint
- test
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'buluma' && github.event_name == 'pull_request'}}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- master
- main
- dependabot/**
- renovate/**
- testing
paths-ignore:
- '**/README.md'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
tags_ignore:
- '*'

permissions: write-all

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

0 comments on commit 238d5a8

Please sign in to comment.