Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 1, 2023
1 parent a113272 commit 7c62ca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/auto-merge.yml

This file was deleted.

15 changes: 8 additions & 7 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Dependabot Auto Merge

on:
pull_request:
branches:
- 'master'
- pull_request_target

jobs:
auto-merge:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
- name: Auto Merge Dependabot Updates
uses: buluma/gh-action-auto-merge[email protected]
with:
github-token: ${{ secrets.DEPENDABOT_TOKEN }}
allowed-actors: dependabot-preview[bot], dependabot[bot]
allowed-update-types: devDependencies:minor, devDependencies:patch
package-allow-list: Z.EntityFramework.Plus.EFCore

0 comments on commit 7c62ca2

Please sign in to comment.