Skip to content

Commit

Permalink
Remove depadenabot-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed May 23, 2023
1 parent fe75142 commit 7e62e93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/dependabot-bot.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,14 @@ jobs:
- name: Build
run: sphinx-build docs docs_build

automerge:
needs: [lint, test, docs]
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- uses: fastify/github-action-merge-dependabot@v3

0 comments on commit 7e62e93

Please sign in to comment.