Skip to content

Commit

Permalink
[I-148] Fix Dependabot automerge (#149)
Browse files Browse the repository at this point in the history
* [I-148] Fix Dependabot automerge

* [I-148] Fix Dependabot automerge
  • Loading branch information
omegion committed Dec 22, 2022
1 parent 38779a8 commit 700971d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ dependabot.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/dependabot.yml
@@ -0,0 +1,16 @@
name: Dependabot auto-merge
on: pull_request

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 700971d

Please sign in to comment.