Skip to content

Commit

Permalink
Auto-merge bot streamlining.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 7, 2023
1 parent 8c719b2 commit 4b1fe16
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "05:00"
timezone: "America/Chicago"
15 changes: 0 additions & 15 deletions .github/workflows/auto-merge.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,18 @@ jobs:
uses: codecov/codecov-action@v1
with:
directory: ./_build/coverage

automerge:
name: "Auto Approve"
needs: ci
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
use-github-auto-merge: true

0 comments on commit 4b1fe16

Please sign in to comment.